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.
1 # We still need to build with debug symbols
2 ac_add_options --disable-debug
3 ac_add_options --enable-optimize="-O2 -g"
5 # ASan specific options on Linux
6 ac_add_options --enable-valgrind
8 . $topsrcdir/build/unix/mozconfig.asan
10 # Package js shell.
11 export MOZ_PACKAGE_JSSHELL=1
13 # Need this to prevent name conflicts with the normal nightly build packages
14 export MOZ_PKG_SPECIAL=asan
16 . "$topsrcdir/build/mozconfig.common.override"