. "$topsrcdir/browser/config/mozconfigs/macosx64-aarch64/common-opt"

ac_add_options --enable-instruments

# Cross-compiled builds fail when dtrace is enabled
if test `uname -s` != Linux; then
  ac_add_options --enable-dtrace
fi

ac_add_options --with-branding=browser/branding/nightly

# STRIP_FLAGS is only valid for builds that strip; code coverage builds disable stripping
if [ -z "$NOSTRIP_BUILD" ] && [ -z "$USE_ARTIFACT" ]; then
  ac_add_options STRIP_FLAGS=-S
fi

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