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 | # 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" |