Skip to content

Commit

Permalink
Enable Clang plugin for Linux and macOS builds in mozconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cheff committed Dec 22, 2024
1 parent 5b1d59e commit a83bfa7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion configs/common/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions configs/linux/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions configs/macos/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a83bfa7

Please sign in to comment.