File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export MOZ_STUB_INSTALLER=1
1313export MOZ_MAINTENANCE_SERVICE=
1414
1515export MOZ_PKG_FORMAT=TAR
16- export MOZ_LTO=cross
1716
1817export CROSS_BUILD=1
1918POLLY="-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
2524export WINEDEBUG=-all
2625export WINE="$TOOLS/wine/bin/wine64"
2726
28- ac_add_options --enable-lto=cross,full
2927ac_add_options --enable-release
3028ac_add_options --enable-rust-simd
3129ac_add_options RUSTC_OPT_LEVEL=3
Original file line number Diff line number Diff line change 22# not when cross compiling
33if ! 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments