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 | no_tooltool=1 |
michael@0 | 2 | no_sccache=1 |
michael@0 | 3 | |
michael@0 | 4 | . $topsrcdir/browser/config/mozconfigs/linux64/nightly |
michael@0 | 5 | |
michael@0 | 6 | ac_add_options --enable-valgrind |
michael@0 | 7 | ac_add_options --disable-jemalloc |
michael@0 | 8 | ac_add_options --disable-elf-hack |
michael@0 | 9 | ac_add_options --enable-optimize="-g -O -freorder-blocks" |
michael@0 | 10 | ac_add_options --disable-install-strip |
michael@0 | 11 | |
michael@0 | 12 | # Include the override mozconfig again (even though the above includes it) |
michael@0 | 13 | # since it's supposed to override everything. |
michael@0 | 14 | . "$topsrcdir/build/mozconfig.common.override" |