aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 1b7c486..8a25f4f 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,7 +1,7 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
- "-C", "link-arg=-fuse-ld=lld"
+ "-C", "link-arg=-fuse-ld=lld",
"-C", "link-arg=--target=x86_64-unknown-linux-gnu"
]