diff --git a/.cargo/config b/.cargo/config index ac018fb4e6..ae79b60dee 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,5 @@ -[target.x86_64-unknown-linux-gnu] -rustflags = [ +[target.x86_64-unknown-linux-gnu] +rustflags = [ "-C", "link-arg=-fuse-ld=gold", ] +