Skip to content

Commit

Permalink
only for msvc?
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 19, 2024
1 parent 9393639 commit 9ee3fe8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
[build]
rustflags = [
"-D", "warnings",
"-C", "linker=rust-lld",

# "--cfg", "windows_debugger_visualizer",
# "--cfg", "windows_raw_dylib",
# "--cfg", "windows_slim_errors",
# "-C", "target-feature=+crt-static",
]

[target.x86_64-pc-windows-msvc]
linker = "rust-lld"

[target.i686-pc-windows-msvc]
linker = "rust-lld"

[target.aarch64-pc-windows-msvc]
linker = "rust-lld"

0 comments on commit 9ee3fe8

Please sign in to comment.