added explanatory comment

This commit is contained in:
maxicarlos08 2023-10-13 14:33:17 +02:00
parent d8785d3297
commit cee3ee46c7
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"
# Using fat LTO on macos_x86_64 caused timeouts in the build pipeline, overriding it to thin here fixes this
- export RUSTFLAGS="-C lto=thin"
.tmacos-aarch64: