bug 385241 - disable libxul for debug builds. r=bsmedberg
This commit is contained in:
Родитель
050b6c8401
Коммит
e6b3b339dc
|
@ -6722,6 +6722,11 @@ MOZ_ARG_ENABLE_BOOL(static,
|
|||
BUILD_STATIC_LIBS=1,
|
||||
BUILD_STATIC_LIBS=)
|
||||
|
||||
dnl Disable libxul in debug builds.
|
||||
if test -n "$MOZ_DEBUG"; then
|
||||
MOZ_ENABLE_LIBXUL=
|
||||
fi
|
||||
|
||||
MOZ_ARG_ENABLE_BOOL(libxul,
|
||||
[ --enable-libxul Enable building of libxul],
|
||||
MOZ_ENABLE_LIBXUL=1,
|
||||
|
|
Загрузка…
Ссылка в новой задаче