mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Bug 633465 - Turn off bug 591836 workaround on Win64. r=khuey a=johnath
This commit is contained in:
parent
811a647a34
commit
38f3bd0582
@ -8363,7 +8363,7 @@ MOZ_ARG_ENABLE_BOOL(libxul,
|
||||
MOZ_ENABLE_LIBXUL=)
|
||||
|
||||
# split JS out by default to avoid VS2005 PGO crash (bug 591836).
|
||||
if test "$OS_ARCH" = "WINNT"; then
|
||||
if test "$OS_ARCH" = "WINNT" -a "$CPU_ARCH" != "x86_64" ; then
|
||||
ENABLE_SHARED_JS=1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user