diff -r 000000000000 -r 6474c204b198 browser/config/mozconfigs/linux32/nightly --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browser/config/mozconfigs/linux32/nightly Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,18 @@ +. "$topsrcdir/browser/config/mozconfigs/linux32/common-opt" + +ac_add_options --enable-signmar + + + +# Nightlies only since this has a cost in performance +ac_add_options --enable-js-diagnostics + +# This will overwrite the default of stripping everything and keep the symbol table. +# This is useful for profiling and debugging and only increases the package size +# by 2 MBs. +STRIP_FLAGS="--strip-debug" + +# Use ccache +. "$topsrcdir/build/mozconfig.cache" + +. "$topsrcdir/build/mozconfig.common.override"