Skip to content

Commit 790e17b

Browse files
committed
rust-lld.exe, save me from corrupted debug-info hell!
1 parent 36b9558 commit 790e17b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ rustflags = [
2323
"-Cforce-frame-pointers=yes",
2424
]
2525
[target.i686-pc-windows-msvc]
26+
linker = "rust-lld.exe"
2627
rustflags = [
2728
# 2025... we can rely on CPUs to be using SSE2... not that it will likely change much in codegen...
2829
"-Ctarget-feature=+sse2",
@@ -41,6 +42,7 @@ rustflags = [
4142
"-Cforce-frame-pointers=yes",
4243
]
4344
[target.x86_64-pc-windows-msvc]
45+
linker = "rust-lld.exe"
4446
rustflags = [
4547
# FUCK YOU TO PEOPLE WITH OLD CPUS
4648
"-Ctarget-cpu=x86-64-v2",

0 commit comments

Comments
 (0)