We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libc++
1 parent df8257a commit 4ffda94Copy full SHA for 4ffda94
1 file changed
.cargo/config.toml
@@ -2,7 +2,9 @@
2
linker = "clang"
3
rustflags = [
4
"-C", "link-arg=-fuse-ld=lld",
5
- "-C", "link-arg=-static-libstdc++",
+ "-C", "link-arg=-lc++",
6
+ "-C", "link-arg=-lc++abi",
7
+ "-C", "link-arg=-static",
8
"-C", "target-feature=+crt-static",
9
"-L", "/usr/lib/x86_64-linux-musl",
10
]
0 commit comments