diff --git a/.cargo/config.toml b/.cargo/config.toml index 4042b87..b1bb9af 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,9 +1,8 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] - -[build] rustflags = [ + "-C", + "link-arg=-fuse-ld=/usr/bin/mold", "-C", "target-cpu=native", ]