Discard changes to configs/common/mozconfig

This commit is contained in:
mr. m
2025-01-07 22:38:07 +01:00
committed by GitHub
parent 6207d5ebf5
commit dce081ce62

View File

@@ -58,6 +58,9 @@ 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