mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Enable Link Time Optimization (LTO) and Profile Guided Optimization (PGO)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user