mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
270de3f511
MozReview-Commit-ID: CuTK1hn0pVl --HG-- extra : rebase_source : 4581c71360ccd81505079ee9e068ed2ca0431a6a
16 lines
430 B
Plaintext
16 lines
430 B
Plaintext
if [ -n "$ENABLE_RELEASE_PROMOTION" ]; then
|
|
MOZ_AUTOMATION_UPLOAD_SYMBOLS=1
|
|
MOZ_AUTOMATION_UPDATE_PACKAGING=1
|
|
fi
|
|
|
|
. "$topsrcdir/build/mozconfig.win-common"
|
|
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
|
|
. "$topsrcdir/browser/config/mozconfigs/win64/common-opt"
|
|
|
|
mk_add_options MOZ_PGO=1
|
|
|
|
ac_add_options --enable-official-branding
|
|
ac_add_options --enable-verify-mar
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|