зеркало из https://github.com/mozilla/gecko-dev.git
27 строки
648 B
Plaintext
27 строки
648 B
Plaintext
. "$topsrcdir/browser/config/mozconfigs/macosx64/common-opt"
|
|
|
|
# Add-on signing is not required for DevEdition
|
|
MOZ_REQUIRE_SIGNING=0
|
|
|
|
ac_add_options --disable-install-strip
|
|
|
|
export MOZ_LTO=cross
|
|
|
|
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
|
|
|
|
if test "${MOZ_UPDATE_CHANNEL}" = "nightly"; then
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
|
fi
|
|
|
|
ac_add_options --with-branding=browser/branding/aurora
|
|
|
|
# Enable MOZ_ALLOW_LEGACY_EXTENSIONS
|
|
ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|