chore: Update version to 1.0.0-a.0 and enable linker option only when not cross compiling

This commit is contained in:
mauro 🤙
2024-07-12 14:09:30 +00:00
parent a9f02e6120
commit 9b64ee08a2
3 changed files with 1 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ export MOZ_STUB_INSTALLER=1
export MOZ_MAINTENANCE_SERVICE=
export MOZ_PKG_FORMAT=TAR
export MOZ_LTO=cross
export CROSS_BUILD=1
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"
@@ -25,7 +24,6 @@ export MOZ_STUB_INSTALLER=1
export WINEDEBUG=-all
export WINE="$TOOLS/wine/bin/wine64"
ac_add_options --enable-lto=cross,full
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options RUSTC_OPT_LEVEL=3