Remove MOZ_OPTIMIZE settings and override LTO settings in mozconfig for Linux and Windows

This commit is contained in:
mr. M
2025-01-08 16:26:30 +01:00
parent 604d0da2d5
commit b94e4dcff1
3 changed files with 8 additions and 4 deletions

View File

@@ -70,10 +70,6 @@ if test "$ZEN_RELEASE"; then
MOZILLA_OFFICIAL=1
export MOZILLA_OFFICIAL=1
mk_add_options MOZ_OPTIMIZE=2
MOZ_OPTIMIZE=2
export MOZ_OPTIMIZE=2
export OPT_LEVEL="3"
ac_add_options OPT_LEVEL="3"