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 117472e commit 5572a4aCopy full SHA for 5572a4a
.cargo/config.toml
@@ -5,5 +5,9 @@ xtask = "run --package xtask --"
5
[target.wasm32-unknown-unknown]
6
rustflags = ["-Clink-arg=--no-entry"]
7
8
+# github actions won't compile with lld
9
+[target.x86_64-unknown-linux-gnu]
10
+rustflags = ["-Clink-arg=--no-entry"]
11
+
12
[build]
13
rustflags = ["-Clink-arg=-fuse-ld=lld"]
0 commit comments