From 7e4c3c0df0934819726da64ac1a1bc46a0298d56 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Sun, 2 Mar 2025 10:27:58 +0100 Subject: [PATCH] Enable JavaScript and properties minification in build configuration --- configs/common/mozconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/common/mozconfig b/configs/common/mozconfig index 00c55a046..a6eff122e 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -59,6 +59,7 @@ if test "$ZEN_RELEASE"; then ac_add_options --disable-rust-tests ac_add_options --disable-default-browser-agent + ac_add_options --enable-minify=js,properties if ! test "$ZEN_DISABLE_LTO"; then # only enable full LTO when ZEN_RELEASE_BRANCH is 'release'