diff --git a/.cargo/config.toml b/.cargo/config.toml index bcc4c96..ddff440 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,2 @@ [build] rustflags = ["-C", "target-cpu=native"] - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"]