Skip to content

Commit

Permalink
Fix small compiler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jul 11, 2024
1 parent e0bcbf8 commit 65df835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.0.9",
"version": "1.0.11",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/mozconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function getPlatformOptimiseFlags(): string {
break
}
case 'win32': {
optimiseFlags = `ac_add_options --enable-optimize="-O2 -Qvec -w -clang:-ftree-vectorize -clang:-msse3 -clang:-mssse3 -clang:-msse4.1 -clang:-mtune=znver3"`
optimiseFlags = `ac_add_options --enable-optimize="-O3 -march=haswell -mtune=haswell -w"`
break
}
}
Expand Down

0 comments on commit 65df835

Please sign in to comment.