Skip to content

Commit

Permalink
chore: Update version to 1.0.0-a.0 and enable linker option only when…
Browse files Browse the repository at this point in the history
… not cross compiling
  • Loading branch information
mr-cheff committed Jul 12, 2024
1 parent a9f02e6 commit 9b64ee0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/src/windows_mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion configs/linux/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# not when cross compiling
if ! test "$ZEN_CROSS_COMPILING"; then
if test "$ZEN_RELEASE"; then
ac_add_options --enable-lto=full
ac_add_options --enable-optimize="-march=x86-64 -msse3 -mtune=haswell -O3 -w"
ac_add_options --enable-release
ac_add_options --enable-rust-simd
Expand Down
2 changes: 1 addition & 1 deletion surfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.0.0-a.1",
"displayVersion": "1.0.0-a.0",
"github": {
"repo": "zen-browser/desktop"
},
Expand Down

0 comments on commit 9b64ee0

Please sign in to comment.