Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ smoketests = "smoketest"
# I (@bfops) tried a variety of other link options besides switching linkers, but this
# seems to be the only thing that worked.
linker = "lld-link"
# Without this, the linker complains that libc functions are undefined -
# it probably signals to rustc and lld-link that libucrt should be included.
rustflags = ["-Ctarget-feature=+crt-static"]
Loading