mirror of
https://github.com/zen-browser/desktop
synced 2026-04-26 01:25:02 +02:00
Update LTO configuration and enable Clang plugin for Linux builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user