mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
chore: Update package.json version to 1.2.8 and optimize platform flags
This commit is contained in:
parent
6de5d11274
commit
ca278d711a
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.2.7",
|
||||
"version": "1.2.8",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -28,7 +28,6 @@ ac_add_options --disable-optimize`
|
|||
case 'release': {
|
||||
buildOptions = `# Release build settings
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --enable-optimize
|
||||
ac_add_options --enable-rust-simd`
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue