Skip to content

Commit 9b64ee0

Browse files
committed
chore: Update version to 1.0.0-a.0 and enable linker option only when not cross compiling
1 parent a9f02e6 commit 9b64ee0

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/src/windows_mozconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export MOZ_STUB_INSTALLER=1
1313
export MOZ_MAINTENANCE_SERVICE=
1414

1515
export MOZ_PKG_FORMAT=TAR
16-
export MOZ_LTO=cross
1716

1817
export CROSS_BUILD=1
1918
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
2524
export WINEDEBUG=-all
2625
export WINE="$TOOLS/wine/bin/wine64"
2726

28-
ac_add_options --enable-lto=cross,full
2927
ac_add_options --enable-release
3028
ac_add_options --enable-rust-simd
3129
ac_add_options RUSTC_OPT_LEVEL=3

configs/linux/mozconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# not when cross compiling
33
if ! test "$ZEN_CROSS_COMPILING"; then
44
if test "$ZEN_RELEASE"; then
5-
ac_add_options --enable-lto=full
65
ac_add_options --enable-optimize="-march=x86-64 -msse3 -mtune=haswell -O3 -w"
76
ac_add_options --enable-release
87
ac_add_options --enable-rust-simd

surfer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"brandShortName": "Zen Browser",
2828
"brandFullName": "Zen Browser",
2929
"release": {
30-
"displayVersion": "1.0.0-a.1",
30+
"displayVersion": "1.0.0-a.0",
3131
"github": {
3232
"repo": "zen-browser/desktop"
3333
},

0 commit comments

Comments
 (0)