Skip to content

Commit

Permalink
chore: Update package.json version to 1.1.2 and optimize Windows plat…
Browse files Browse the repository at this point in the history
…form flags
  • Loading branch information
mauro-balades committed Jul 23, 2024
1 parent 9819e0e commit f4081a1
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.1.1",
"version": "1.1.2",
"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 @@ -75,7 +75,7 @@ function getPlatformOptimiseFlags(): string {
break
}
case 'win32': {
optimiseFlags = `ac_add_options --enable-optimize="-march=x86-64-v3 -msse3 -mtune=haswell -O2 -w"`
optimiseFlags = `ac_add_options --enable-optimize="-Qvec -w -ftree-vectorize -msse3 -mssse3 -msse4.1 -mtune=haswell"`
break
}
}
Expand Down

0 comments on commit f4081a1

Please sign in to comment.