Skip to content

Commit

Permalink
refactor: rustflags = -Clink-args=-znostart-stop-gc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Sep 25, 2024
1 parent 4241f07 commit c439a5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[build]
# https://github.com/rust-lang/rust/pull/124129
# https://github.com/dtolnay/linkme/pull/88
rustflags = ["-Z", "linker-features=-lld"]
# https://github.com/dtolnay/linkme/issues/94
rustflags = ["-C", "link-args=-znostart-stop-gc"]

0 comments on commit c439a5e

Please sign in to comment.