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