Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 # We still need to build with debug symbols
2 ac_add_options --disable-debug
3 ac_add_options --enable-optimize="-O2 -g"
5 # ASan specific options on Linux
6 ac_add_options --enable-valgrind
8 . $topsrcdir/build/unix/mozconfig.asan
10 # Package js shell.
11 export MOZ_PACKAGE_JSSHELL=1
13 # Need this to prevent name conflicts with the normal nightly build packages
14 export MOZ_PKG_SPECIAL=asan
16 . "$topsrcdir/build/mozconfig.common.override"