1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/config/mozconfigs/linux32/debug-asan Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# Use at least -O1 for optimization to avoid stack space 1.5 +# exhaustions caused by Clang function inlining. 1.6 +ac_add_options --enable-debug 1.7 +ac_add_options --enable-optimize="-O1" 1.8 + 1.9 +# ASan specific options on Linux 1.10 +ac_add_options --enable-valgrind 1.11 + 1.12 +. $topsrcdir/build/unix/mozconfig.asan 1.13 + 1.14 +# Package js shell. 1.15 +export MOZ_PACKAGE_JSSHELL=1 1.16 + 1.17 +# Need this to prevent name conflicts with the normal nightly build packages 1.18 +export MOZ_PKG_SPECIAL=asan 1.19 + 1.20 +. "$topsrcdir/build/mozconfig.common.override"