Update linker settings in config.toml

Remove linker configuration for macOS and consolidate for Windows.
This commit is contained in:
Logan McNaughton
2026-05-23 07:17:23 +02:00
committed by GitHub
parent b4841a5252
commit 33c8da07bf
+1 -3
View File
@@ -1,10 +1,8 @@
[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))']
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
[target.'cfg(any(target_os = "windows", target_os = "macos"))']
linker = "rust-lld"
[target.'cfg(target_os = "windows")']
linker = "rust-lld"
rustflags = ["-C", "link-arg=/STACK:8388608"]
[target.'cfg(target_arch = "x86_64")']