Bug 609976: Fold js back into libxul on Windows now that PGO seems less grumpy. r=ted a=ted

This commit is contained in:
Kyle Huey 2010-11-21 19:41:20 -05:00
parent 1ad3155d59
commit 4564e9b4f9

View File

@ -8205,11 +8205,6 @@ MOZ_ARG_ENABLE_BOOL(libxul,
MOZ_ENABLE_LIBXUL=1,
MOZ_ENABLE_LIBXUL=)
# split JS out by default to avoid VS2005 PGO crash (bug 591836).
if test "$OS_ARCH" = "WINNT"; then
ENABLE_SHARED_JS=1
fi
MOZ_ARG_ENABLE_BOOL(shared-js,
[ --enable-shared-js
Create a shared JavaScript library.],