Merge branch 'crabman/macos-lto-test' into 'master'

Enable thin lto for macos

See merge request veloren/veloren!4130
This commit is contained in:
Marcel 2023-10-13 13:17:58 +00:00
commit 72691a76e5

View File

@ -157,6 +157,8 @@ 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:
extends: