Skip to content

Commit

Permalink
Create cargo_config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 30, 2024
1 parent 0365ce4 commit 749d008
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cargo_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[target.aarch64-unknown-linux-gnu]
linker = "rust-lld"

[target.aarch64-unknown-linux-musl]
linker = "rust-lld"

[target.arm-unknown-linux-gnueabi]
linker = "rust-lld"

[target.armv7-unknown-linux-musleabihf]
linker = "rust-lld"

[target.i686-unknown-linux-musl]
linker = "rust-lld"

0 comments on commit 749d008

Please sign in to comment.