refactor: remove debug session from Windows build workflows and update optimization flags in mozconfig files

This commit is contained in:
mr. M
2025-03-30 15:34:47 +02:00
parent fbaea7e419
commit 8391e6fc2f
5 changed files with 4 additions and 12 deletions

View File

@@ -30,6 +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 --target=aarch64-apple-darwin