michael@0: . "$topsrcdir/browser/config/mozconfigs/linux32/common-opt" michael@0: michael@0: ac_add_options --enable-signmar michael@0: michael@0: michael@0: michael@0: # Nightlies only since this has a cost in performance michael@0: ac_add_options --enable-js-diagnostics michael@0: michael@0: # This will overwrite the default of stripping everything and keep the symbol table. michael@0: # This is useful for profiling and debugging and only increases the package size michael@0: # by 2 MBs. michael@0: STRIP_FLAGS="--strip-debug" michael@0: michael@0: # Use ccache michael@0: . "$topsrcdir/build/mozconfig.cache" michael@0: michael@0: . "$topsrcdir/build/mozconfig.common.override"