diff options
Diffstat (limited to 'home/.config/cargo')
-rw-r--r-- | home/.config/cargo/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/.config/cargo/config b/home/.config/cargo/config new file mode 100644 index 0000000..cd91d7e --- /dev/null +++ b/home/.config/cargo/config @@ -0,0 +1,6 @@ +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "target-cpu=native", "link-arg=-fuse-ld=/path/to/mold"] + +[build] +rustc-wrapper = "sccache" |