separated / .cargo /config.toml
k4d3's picture
dont ship with test dialog
4e03c08
[build]
target-dir = "target"
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-Zshare-generics=yes", "link-arg=-fuse-ld=lld"]
[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"
rustflags = ["-Clinker=rust-lld.exe", "-Zshare-generics=n", "-Zthreads=0"]