Skip to content

Commit

Permalink
Enable Profile Guided Optimization in Linux mozconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 22, 2024
1 parent 5eb2349 commit afddadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/linux/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ elif test "$ZEN_RELEASE"; then
ac_add_options --enable-eme=widevine

# Enable Profile Guided Optimization

export MOZ_PGO=1
ac_add_options MOZ_PGO=1

# Optimization flags for general release
ac_add_options --enable-wasm-avx
Expand Down

0 comments on commit afddadb

Please sign in to comment.