Remove thin LTO option from mozconfig for release builds

This commit is contained in:
mr. M
2025-01-07 19:04:01 +01:00
parent 2473c38e57
commit 0191bf4279

View File

@@ -58,9 +58,6 @@ if test "$ZEN_RELEASE"; then
if test "$ZEN_RELEASE_BRANCH" = "release"; then
export MOZ_LTO=cross,full
ac_add_options --enable-lto=cross,full
else
export MOZ_LTO=cross,thin
ac_add_options --enable-lto=cross,thin
fi
fi