. $topsrcdir/browser/config/mozconfigs/mullvad-browser

# This mozconfig file is not used in official builds.
# It is only intended to be used when doing incremental Linux builds
# during development.

# Moz switched to lld for all Linux targets in Bug 1839739.
ac_add_options --enable-linker=lld

export MOZILLA_OFFICIAL=
ac_add_options --with-branding=browser/branding/mb-nightly

ac_add_options --enable-default-toolkit=cairo-gtk3

ac_add_options --disable-strip
ac_add_options --disable-install-strip

ac_add_options --with-base-browser-version=dev-build
ac_add_options --disable-base-browser-update

# Let's make sure no preference is enabling either Adobe's or Google's CDM.
ac_add_options --disable-eme
