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 621f6ac commit f944f09Copy full SHA for f944f09
.cargo/config.toml
@@ -6,8 +6,6 @@ compiletest = "run --release -p compiletests --"
6
# Using Rust's LLD linker to avoid MSVC linker limitations
7
linker = "rust-lld.exe"
8
rustflags = [
9
- # Generic Code Sharing Control (Nightly-only)
10
- # ------------------------------------------
11
# Disables cross-crate generic sharing to work around Windows PE export limits.
12
# Should prevent:
13
# - LNK1189 (too many objects)
0 commit comments