mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
chore: Update platform optimization flags for macOS and Windows
This commit is contained in:
parent
4fca57ddd8
commit
b3de40ec1c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -68,7 +68,7 @@ function getPlatformOptimiseFlags(): string {
|
|||
break
|
||||
}
|
||||
case 'darwin': {
|
||||
optimiseFlags = `ac_add_options --enable-optimize="-O3 -march=nehalem -mtune=haswell -w"`
|
||||
optimiseFlags = `ac_add_options --enable-optimize="-mcpu=apple-m1 -O3 -w"`
|
||||
break
|
||||
}
|
||||
case 'win32': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue