We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a84fa commit f240c0aCopy full SHA for f240c0a
cli/.cargo/config.toml
@@ -2,3 +2,5 @@
2
linker = "x86_64-apple-darwin14-clang"
3
ar = "x86_64-apple-darwin14-ar"
4
5
+[target.x86_64-unknown-linux-gnu]
6
+rustflags = ['-Ctarget-feature=+crt-static']
0 commit comments