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