chore: Disable LTO in macOS build configuration

This commit is contained in:
Mauro Balades
2024-08-02 00:51:59 +02:00
parent dc5992bdc7
commit 7de872b4dd
3 changed files with 10 additions and 6 deletions

View File

@@ -16,6 +16,10 @@ if test "$SURFER_COMPAT" = "true"; then
ac_add_options --enable-install-strip
ac_add_options --enable-strip
export STRIP_FLAGS="--strip-debug --strip-unneeded"
# it crashes the builds
unset MOZ_LTO
ac_add_options --disable-lto
else
ac_add_options --target=aarch64-apple-darwin
fi

View File

@@ -27,6 +27,6 @@
},
"homepage": "https://github.com/zen-browser/core#readme",
"dependencies": {
"@zen-browser/surfer": "^1.2.4"
"@zen-browser/surfer": "^1.2.5"
}
}

10
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@zen-browser/surfer':
specifier: ^1.2.4
version: 1.2.4
specifier: ^1.2.5
version: 1.2.5
packages:
@@ -109,8 +109,8 @@ packages:
'@types/node@17.0.45':
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
'@zen-browser/surfer@1.2.4':
resolution: {integrity: sha512-cW4oBSOm46O5gxfEBt8laEM//dU+0c4XpK9YseeiIJLGWUAR5LIBINZq0N2ppTvvOpgZCwyfksNODHPkPnm5AA==}
'@zen-browser/surfer@1.2.5':
resolution: {integrity: sha512-EX39ay0wkCiifoAzxfoLZgAVXZawWDNDJuSqefvVq9kG82tbSSdgzhQSRjAOF0ZmaZegjyu0ID5+KroMtz3fLA==}
hasBin: true
ansi-regex@5.0.1:
@@ -786,7 +786,7 @@ snapshots:
'@types/node@17.0.45': {}
'@zen-browser/surfer@1.2.4':
'@zen-browser/surfer@1.2.5':
dependencies:
'@resvg/resvg-js': 1.4.0
async-icns: 1.0.2