AdventOfCode/rust/.cargo/config.toml

12 lines
210 B
TOML
Raw Permalink Normal View History

2023-12-02 00:15:50 +01:00
[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"