Skip to content

Commit

Permalink
chore: Update package.json version to 1.1.10 and optimize Linux platf…
Browse files Browse the repository at this point in the history
…orm flags
  • Loading branch information
mauro-balades committed Jul 30, 2024
1 parent 5b537c8 commit b285419
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.9",
"version": "1.1.10",
"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 @@ -67,7 +67,7 @@ function getPlatformOptimiseFlags(): string {

switch ((process as any).surferPlatform) {
case 'linux': {
optimiseFlags = `ac_add_options --enable-optimize="-march=x86-64 -mtune=haswell -msse3 -O3 -w -mavx -maes"`
optimiseFlags = `ac_add_options --enable-optimize="-O3 -w"`
break
}
case 'darwin': {
Expand Down

0 comments on commit b285419

Please sign in to comment.