This commit is contained in:
Mauro Balades
2024-07-21 09:59:26 +02:00
parent 7eda59fb9c
commit 0cebb046f8

View File

@@ -77,10 +77,9 @@ if test "$ZEN_RELEASE"; then
ac_add_options RUSTC_OPT_LEVEL="3"
# PGO may cause link errors on windows!
if ! test "$ZEN_CROSS_COMPILING"; then
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
fi
mk_add_options 'export RUSTC_WRAPPER=/home/runner/.mozbuild/sccache/sccache'
mk_add_options 'export CCACHE_CPP2=yes'