enable thin lto for macos

This commit is contained in:
maxicarlos08 2023-10-13 12:18:50 +02:00
parent e0c67c470b
commit d8785d3297
No known key found for this signature in database

View File

@ -157,6 +157,7 @@ coverage:
before_script:
- *tmacos-before-script
- export RUST_TARGET="x86_64-apple-darwin"
- export RUSTFLAGS="-C lto=thin"
.tmacos-aarch64:
extends: