mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
chore: Update platform optimization flags for Linux
This commit is contained in:
parent
5116b2d0ab
commit
b48a48509e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -67,7 +67,7 @@ function getPlatformOptimiseFlags(): string {
|
||||||
|
|
||||||
switch ((process as any).surferPlatform) {
|
switch ((process as any).surferPlatform) {
|
||||||
case 'linux': {
|
case 'linux': {
|
||||||
optimiseFlags = `ac_add_options --enable-optimize="-march=x86-64-v3 -msse3 -mtune=haswell -O3 -w -mavx -maes"`
|
optimiseFlags = `ac_add_options --enable-optimize="-march=nehalem -mtune=znver3 -msse3 -O3 -w -mavx -maes"`
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'darwin': {
|
case 'darwin': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue