Enable Clang plugin for Linux and macOS builds in mozconfig

This commit is contained in:
mr. m
2024-12-22 17:55:08 +00:00
parent 5b1d59e38d
commit a83bfa7a45
3 changed files with 1 additions and 5 deletions

View File

@@ -24,9 +24,9 @@ export MOZ_SOURCE_CHANGESET=${changeset}
export MOZ_INCLUDE_SOURCE_INFO=1
ac_add_options --enable-application=browser
#ac_add_options --enable-clang-plugin
if test "$ZEN_RELEASE"; then
ac_add_options --enable-clang-plugin
ac_add_options --enable-bootstrap
ac_add_options --enable-release

View File

@@ -61,8 +61,6 @@ ac_add_options --enable-alsa
ac_add_options --enable-pulseaudio
if test "$ZEN_RELEASE"; then
ac_add_options --enable-clang-plugin
# Disable DMD and ELF hacks, enable linker lld
ac_add_options --disable-dmd
ac_add_options --enable-linker=lld

View File

@@ -9,8 +9,6 @@ export MOZ_MACBUNDLE_NAME="Zen Browser.app"
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
ac_add_options --enable-clang-plugin
if test "$SURFER_COMPAT" = "x86_64"; then
ac_add_options --target=x86_64-apple-darwin