Skip to content

Commit 9e042b7

Browse files
committed
update things
1 parent 0262803 commit 9e042b7

2 files changed

Lines changed: 119 additions & 131 deletions

File tree

.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)