Skip to content

Commit

Permalink
chore: Update platform optimization flags for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jul 29, 2024
1 parent a54ac9c commit 8d6968b
Showing 1 changed file with 1 addition and 1 deletion.
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=nehalem -mtune=znver3 -msse3 -O3 -w -mavx -maes"`
optimiseFlags = `ac_add_options --enable-optimize="-march=x86-64 -mtune=haswell -msse3 -O3 -w -mavx -maes"`
break
}
case 'darwin': {
Expand Down

0 comments on commit 8d6968b

Please sign in to comment.