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

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

# STRIP_FLAGS is only valid for builds that strip;
# Some builds like valgrind or code coverage disable stripping.
if [ -z "$NOSTRIP_BUILD" ] && [ -z "$USE_ARTIFACT" ]; then
  # Keep basic GDB symbols around in Nightly builds
  ac_add_options STRIP_FLAGS=--strip-debug
fi

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