We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170b906 commit 3ac74fbCopy full SHA for 3ac74fb
1 file changed
.cargo/config.toml
@@ -1,2 +1,5 @@
1
[target.i686-pc-windows-msvc]
2
rustflags = ["-C", "target-feature=+crt-static"]
3
+
4
+[target.i686-unknown-linux-gnu]
5
+linker = "gcc"
0 commit comments