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

@@ -20,7 +20,7 @@ if test "$SURFER_COMPAT" = "x86_64"; then
fi
# Optimization flags for SURFER_COMPAT
ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -Qvec -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf"
ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf"
export LDFLAGS="$LDFLAGS -Wl,-O3"
export RUSTFLAGS="$RUSTFLAGS -Clink-args=--icf=safe"