mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 12:57:41 +00:00
ci: use mold globally; drop clang linker
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iadb9cd4ce33acdd2de585a740ac72da86a6a6964
This commit is contained in:
parent
26c7a9f528
commit
d8da2218a4
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
# https://github.com/rui314/mold?tab=readme-ov-file#how-to-use
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
[target.'cfg(target_os = "linux")']
|
||||
rustflags = [ "-C", "link-arg=-fuse-ld=mold" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue