Skip to content

Commit

Permalink
chore: Update platform optimization flags for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jul 20, 2024
1 parent 5016aad commit 47e1f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.16",
"version": "1.0.17",
"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="-clang:-march=x86-64-v3 -clang:-msse3 -clang:-mtune=haswell -clang:-O3 -w"`
optimiseFlags = `ac_add_options --enable-optimize="-clang:-march=x86-64 -clang:-msse3 -clang:-mtune=haswell -clang:-O3 -w"`
break
}
}
Expand Down

0 comments on commit 47e1f4c

Please sign in to comment.