diff options
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index d29d6c3..ac49baf 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"] +#linker = "clang" +#rustflags = ["-C", "link-arg=-fuse-ld=mold"] |