chore: Enable Link Time Optimization (LTO) and Profile Guided Optimization (PGO)

This commit is contained in:
Mauro Balades
2024-07-19 17:59:51 +02:00
parent 851b181ae9
commit d3900ca905

View File

@@ -80,6 +80,9 @@ if test "$ZEN_RELEASE"; then
export MOZ_LTO=1
ac_add_options MOZ_LTO=1
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
fi
ac_add_options --enable-unverified-updates