not link with cc
Some checks failed
test / cargo test (push) Failing after 2m18s

This commit is contained in:
Michal Vanko 2024-09-17 21:02:05 +02:00
parent 72dcab0cd0
commit 568423d0dd

View File

@ -28,11 +28,10 @@ syntect = "5.2.0"
[build] [build]
rustflags = ["-Z", "threads=8"] rustflags = ["-Z", "threads=8"]
[target.x86_64-unknown-linux-gnu] # [target.x86_64-unknown-linux-gnu]
rustflags = [ # rustflags = [
"-C", "link-arg=-fuse-ld=lld" # "-C", "link-arg=-fuse-ld=lld"
] # ]
[profile.dev] [profile.dev]
debug = false debug = false