mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
refactor: update mozconfig files to enable clang plugin for macOS and remove it for Windows
This commit is contained in:
@@ -30,9 +30,8 @@ if test "$SURFER_COMPAT" = "x86_64"; then
|
||||
export CXXFLAGS="-O3 -march=nehalem"
|
||||
export LDFLAGS="-Wl,-O3 -march=nehalem"
|
||||
export RUSTFLAGS="-Ctarget-cpu=nehalem"
|
||||
|
||||
ac_add_options --disable-clang-plugin
|
||||
else
|
||||
ac_add_options --enable-clang-plugin
|
||||
ac_add_options --target=aarch64-apple-darwin
|
||||
|
||||
ac_add_options --enable-optimize="-O3 -mcpu=apple-m1 -march=armv8.3-a+simd"
|
||||
|
||||
Reference in New Issue
Block a user