2015-10-24 02:59:54 +00:00
|
|
|
if [ -n "$ENABLE_RELEASE_PROMOTION" ]; then
|
|
|
|
MOZ_AUTOMATION_UPLOAD_SYMBOLS=1
|
|
|
|
MOZ_AUTOMATION_UPDATE_PACKAGING=1
|
|
|
|
fi
|
|
|
|
|
2014-09-02 20:28:31 +00:00
|
|
|
. "$topsrcdir/build/mozconfig.win-common"
|
2014-01-23 18:54:10 +00:00
|
|
|
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
|
2013-08-23 22:18:19 +00:00
|
|
|
. "$topsrcdir/browser/config/mozconfigs/win64/common-opt"
|
|
|
|
|
|
|
|
mk_add_options MOZ_PGO=1
|
|
|
|
|
|
|
|
ac_add_options --enable-official-branding
|
2015-04-28 02:37:32 +00:00
|
|
|
ac_add_options --enable-verify-mar
|
2013-08-23 22:18:19 +00:00
|
|
|
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|