1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/config/mozconfigs/linux32/nightly Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +. "$topsrcdir/browser/config/mozconfigs/linux32/common-opt" 1.5 + 1.6 +ac_add_options --enable-signmar 1.7 + 1.8 + 1.9 + 1.10 +# Nightlies only since this has a cost in performance 1.11 +ac_add_options --enable-js-diagnostics 1.12 + 1.13 +# This will overwrite the default of stripping everything and keep the symbol table. 1.14 +# This is useful for profiling and debugging and only increases the package size 1.15 +# by 2 MBs. 1.16 +STRIP_FLAGS="--strip-debug" 1.17 + 1.18 +# Use ccache 1.19 +. "$topsrcdir/build/mozconfig.cache" 1.20 + 1.21 +. "$topsrcdir/build/mozconfig.common.override"