. "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"

ac_add_options --enable-codesighs
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
ac_add_options --with-ccache=/usr/bin/ccache

. "$topsrcdir/build/mozconfig.common.override"
