Enable JavaScript and properties minification in build configuration

This commit is contained in:
mr. M
2025-03-02 10:27:58 +01:00
parent fae2187394
commit 7e4c3c0df0

View File

@@ -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'