Skip to content

Commit

Permalink
Fixed windows compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jul 12, 2024
1 parent 65df835 commit 536d05c
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.11",
"version": "1.0.12",
"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="-O3 -march=haswell -mtune=haswell -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 536d05c

Please sign in to comment.