1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/config/mozconfigs/linux32/nightly-asan Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +# We still need to build with debug symbols 1.5 +ac_add_options --disable-debug 1.6 +ac_add_options --enable-optimize="-O2 -g" 1.7 + 1.8 +# ASan specific options on Linux 1.9 +ac_add_options --enable-valgrind 1.10 + 1.11 +. $topsrcdir/build/unix/mozconfig.asan 1.12 + 1.13 +# Package js shell. 1.14 +export MOZ_PACKAGE_JSSHELL=1 1.15 + 1.16 +# Need this to prevent name conflicts with the normal nightly build packages 1.17 +export MOZ_PKG_SPECIAL=asan 1.18 + 1.19 +. "$topsrcdir/build/mozconfig.common.override"