Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 # Use at least -O1 for optimization to avoid stack space
2 # exhaustions caused by Clang function inlining.
3 ac_add_options --enable-debug
4 ac_add_options --enable-optimize="-O1"
6 # ASan specific options on Linux
7 ac_add_options --enable-valgrind
9 . $topsrcdir/build/unix/mozconfig.asan
11 # Package js shell.
12 export MOZ_PACKAGE_JSSHELL=1
14 # Need this to prevent name conflicts with the normal nightly build packages
15 export MOZ_PKG_SPECIAL=asan
17 . "$topsrcdir/build/mozconfig.common.override"