mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
Enable LTO (Link Time Optimization) in platform-specific mozconfig files
This commit is contained in:
@@ -11,6 +11,11 @@ ac_add_options MOZ_PGO=1
|
||||
|
||||
ac_add_options --enable-clang-plugin
|
||||
|
||||
if ! test "$ZEN_DISABLE_LTO"; then
|
||||
export MOZ_LTO=cross,thin
|
||||
ac_add_options --enable-lto=cross,thin
|
||||
fi
|
||||
|
||||
if test "$SURFER_COMPAT" = "x86_64"; then
|
||||
ac_add_options --target=x86_64-apple-darwin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user