chore: Update Windows profile build workflow to use x86_64-pc-mingw32 target

This commit is contained in:
Mauro Balades
2024-07-23 11:56:09 +02:00
parent 9c6b0912a5
commit a7fe238a71
3 changed files with 5 additions and 8 deletions

View File

@@ -7,8 +7,7 @@ export WINEDEBUG=-all
#? https://bugzilla.mozilla.org/show_bug.cgi?id=1617793
#? https://phabricator.services.mozilla.com/D170170
ac_add_options --target=x86_64-pc-windows-msvc
ac_add_options --with-toolchain-prefix=x86_64-pc-mingw32
ac_add_options --target=x86_64-pc-mingw32
export MOZ_STUB_INSTALLER=1
export MOZ_PKG_FORMAT=TAR
@@ -35,7 +34,6 @@ if test "$ZEN_GA_GENERATE_PROFILE"; then
mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0"
ac_add_options --enable-profile-generate=cross
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --enable-proxy-bypass-protection
else
ac_add_options --disable-profiling
ac_add_options --enable-profile-use=cross

View File

@@ -31,7 +31,6 @@ ac_add_options --enable-bootstrap
ac_add_options --enable-application=browser
if test "$ZEN_RELEASE"; then
ac_add_options --enable-optimize
ac_add_options --enable-release
ac_add_options --disable-debug
ac_add_options --disable-debug-symbols

View File

@@ -1,9 +1,9 @@
POLLY="-mllvm -polly -mllvm -polly-2nd-level-tiling -mllvm -polly-loopfusion-greedy -mllvm -polly-pattern-matching-based-opts -mllvm -polly-position=before-vectorizer -mllvm -polly-vectorizer=stripmine"
if test "$ZEN_RELEASE"; then
ac_add_options --enable-optimize="-mcpu=apple-m1 -O3 -w"
export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=apple-m1"
fi
# if test "$ZEN_RELEASE"; then
# ac_add_options --enable-optimize="-mcpu=apple-m1 -O3 -w"
# export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=apple-m1"
# fi
ac_add_options --enable-install-strip
ac_add_options --target=aarch64-apple-darwin