Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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" |