This commit is contained in:
2026-06-12 19:31:44 -05:00
parent b9961d5645
commit c40a9667bd
8 changed files with 284 additions and 190 deletions
+8
View File
@@ -0,0 +1,8 @@
# for Linux
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
# for Windows
[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"