Skip to content

Commit

Permalink
chore: decrease build times on windows
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 14, 2023
1 parent e20764b commit 397e66e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build]
rustdocflags = ["--document-private-items"]
# rustflags = "-C target-cpu=native -D warnings"
# incremental = true

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

0 comments on commit 397e66e

Please sign in to comment.