зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
505 B
Plaintext
20 строки
505 B
Plaintext
if [ -n "$ENABLE_RELEASE_PROMOTION" ]; then
|
|
MOZ_AUTOMATION_UPDATE_PACKAGING=1
|
|
fi
|
|
|
|
. "$topsrcdir/build/mozconfig.win-common"
|
|
. "$topsrcdir/browser/config/mozconfigs/win32/common-opt"
|
|
|
|
# Add-on signing is not required for DevEdition
|
|
MOZ_REQUIRE_SIGNING=0
|
|
|
|
ac_add_options --enable-verify-mar
|
|
|
|
ac_add_options --with-branding=browser/branding/aurora
|
|
ac_add_options MOZ_PGO=1
|
|
|
|
# Enable MOZ_ALLOW_LEGACY_EXTENSIONS
|
|
ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|