mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-08 22:33:22 +00:00
chore: Enable PGO (Profile-Guided Optimization) for Linux builds
This commit is contained in:
@@ -27,7 +27,8 @@ if test "$ZEN_RELEASE"; then
|
||||
# PGO may cause link errors on windows!
|
||||
if ! test "$ZEN_CROSS_COMPILING"; then
|
||||
# WE ARE JUST SUPPORTING PGO FOR LINUX!
|
||||
|
||||
export MOZ_PGO=1
|
||||
ac_add_options MOZ_PGO=1
|
||||
fi
|
||||
|
||||
export CFLAGS="-O2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -maes"
|
||||
|
||||
Reference in New Issue
Block a user