AdventOfCode/rust/.cargo/config.toml

11 lines
210 B
TOML

[build]
rustc-wrapper = "/usr/bin/sccache"
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
"-C",
"link-arg=-fuse-ld=/usr/bin/mold",
"-C",
"target-cpu=native",
] # , "-Z", "threads=16"