use clang + mold: experimental
parent
282964a0f0
commit
1fe15d778b
|
@ -2,4 +2,7 @@
|
|||
rustflags = [
|
||||
# (Nightly) Make the current crate share its generic instantiations
|
||||
"-Zshare-generics=y",
|
||||
"-C",
|
||||
"link-arg=-fuse-ld=mold",
|
||||
]
|
||||
linker = "clang"
|
||||
|
|
Loading…
Reference in New Issue