mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 600373 - Android not starting on Tracemonkey due to ENABLE_SHARED_JS=1. r=khuey.
This commit is contained in:
parent
3edf41b7be
commit
661ff72c37
@ -8073,7 +8073,9 @@ MOZ_ARG_ENABLE_BOOL(libxul,
|
||||
MOZ_ENABLE_LIBXUL=)
|
||||
|
||||
# split JS out by default to avoid VS2005 PGO crash (bug 591836).
|
||||
ENABLE_SHARED_JS=1
|
||||
if test "$OS_ARCH" = "WINNT"; then
|
||||
ENABLE_SHARED_JS=1
|
||||
fi
|
||||
|
||||
MOZ_ARG_ENABLE_BOOL(shared-js,
|
||||
[ --enable-shared-js
|
||||
|
Loading…
Reference in New Issue
Block a user