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 . "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
3 ac_add_options --enable-signmar
7 # Nightlies only since this has a cost in performance
8 ac_add_options --enable-js-diagnostics
10 # This will overwrite the default of stripping everything and keep the symbol table.
11 # This is useful for profiling and debugging and only increases the package size
12 # by 2 MBs.
13 STRIP_FLAGS="--strip-debug"
15 # Use ccache
16 . "$topsrcdir/build/mozconfig.cache"
18 . "$topsrcdir/build/mozconfig.common.override"