mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6374e709a1
--HG-- extra : rebase_source : dc05b5616220327c38f4f4623e2a91dc83b47d3f
23 lines
653 B
Plaintext
23 lines
653 B
Plaintext
# for pgo
|
|
mk_add_options MOZ_PGO=1
|
|
mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
|
|
|
|
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
|
ac_add_options --enable-update-packaging
|
|
ac_add_options --enable-jemalloc
|
|
ac_add_options --enable-official-branding
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
export MOZ_TELEMETRY_REPORTING=1
|
|
|
|
if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
|
|
. $topsrcdir/build/win32/mozconfig.vs2010-win64
|
|
else
|
|
. $topsrcdir/build/win32/mozconfig.vs2010
|
|
fi
|
|
|
|
# Package js shell.
|
|
export MOZ_PACKAGE_JSSHELL=1
|