Skip to content

Commit

Permalink
add linker
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 23, 2024
1 parent 1e2a8a6 commit c0ca92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[target.'cfg(target_os = "linux")']
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

[target.'not(cfg(target_os = "linux"))']
Expand Down

0 comments on commit c0ca92d

Please sign in to comment.