Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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"