[target.x86_64-unknown-linux-gnu] linker = "clang" rustflags = [ "-C", "link-arg=-fuse-ld=mold", # (Nightly) Make the current crate share its generic instantiations "-Zshare-generics=y", ] [unstable] codegen-backend = true [profile."*"] codegen-backend = "llvm"