chore: Update package.json version to 1.2.8 and optimize platform flags

This commit is contained in:
Mauro Balades 2024-08-17 17:34:59 +02:00
parent 6de5d11274
commit ca278d711a
2 changed files with 1 additions and 2 deletions

View file

@ -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": {

View file

@ -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
}