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