Bug 395586 - Make xulrunner debug build libxul still.
r=ted.mielczarek@gmail.com (Ted Mielczarek) a=bzbarsky@mit.edu (Boris Zbarsky) git-svn-id: svn://10.0.0.236/trunk@236204 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -6762,8 +6762,8 @@ MOZ_ARG_ENABLE_BOOL(static,
|
||||
BUILD_STATIC_LIBS=1,
|
||||
BUILD_STATIC_LIBS=)
|
||||
|
||||
dnl Disable libxul in debug builds.
|
||||
if test -n "$MOZ_DEBUG"; then
|
||||
dnl Disable libxul in debug builds, but not for xulrunner.
|
||||
if test -n "$MOZ_DEBUG" -a "$MOZ_BUILD_APP" != "xulrunner"; then
|
||||
MOZ_ENABLE_LIBXUL=
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user