chore: Update RUSTFLAGS in windows_mozconfig to target x86-64 CPU architecture

This commit is contained in:
Mauro Balades
2024-07-20 18:34:05 +02:00
parent c14191847f
commit b6fa393035
5 changed files with 12 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ export WINE="$TOOLS/wine/bin/wine64"
#export WIN32_REDIST_DIR="$TOOLS"/vs2022/VC/Redist/MSVC/14.34.31931/x64/Microsoft.VC143.CRT
#export WIN_UCRT_REDIST_DIR="$TOOLS/vs2022/Windows Kits/10/Redist/10.0.22621.0/ucrt/DLLs/x64"
export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=x86-64-v3"
export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=x86-64"
ac_add_options --enable-default-browser-agent
ac_add_options --enable-install-strip