Update LTO configuration and enable Clang plugin for Linux builds

This commit is contained in:
mr. M
2024-12-22 14:36:02 +01:00
parent e1cc55ff79
commit 31ce093a4a
3 changed files with 7 additions and 4 deletions

View File

@@ -54,8 +54,8 @@ if test "$ZEN_RELEASE"; then
ac_add_options --disable-default-browser-agent
if ! test "$ZEN_DISABLE_LTO"; then
export MOZ_LTO=cross,full
ac_add_options --enable-lto=cross,full
export MOZ_LTO=cross,thin
ac_add_options --enable-lto=cross,thin
fi
ac_add_options --enable-jemalloc