Bug 830594 - Turn on ENABLE_SHARED_JS on Win64 builder for PGO linker limit. r=khuey

This commit is contained in:
Makoto Kato 2013-01-28 10:34:41 +09:00
parent 2223820150
commit 6c6d876d38

View File

@ -7901,7 +7901,7 @@ dnl ========================================================
MOZ_ARG_HEADER(Static build options)
# split JS out by default to avoid VS2005 PGO crash (bug 591836).
if test "$OS_ARCH" = "WINNT" -a "$CPU_ARCH" != "x86_64" ; then
if test "$OS_ARCH" = "WINNT"; then
ENABLE_SHARED_JS=1
fi