mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-06-20 10:53:55 +00:00
build: replace mold with the wild linker
This commit is contained in:
parent
b43d88c749
commit
b42e6f4af9
8 changed files with 53 additions and 66 deletions
5
scripts/clang-wild
Executable file
5
scripts/clang-wild
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
# Link via clang+wild. Wild sits behind the linker (not a rustflag) so a
|
||||
# cross-toolchain that overrides the linker drops it instead of choking on
|
||||
# --ld-path. Needs clang and wild on PATH.
|
||||
exec clang --ld-path=wild "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue