Skip to content

Commit

Permalink
Prevent .pdb files from being generated in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrannan committed Nov 30, 2023
1 parent a5c29c9 commit 4439ac5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ bindeps = true

[registries.crates-io]
protocol = "sparse"

[target.'cfg(windows)']
rustflags = ["-C", "link-args=/DEBUG:NONE"]

0 comments on commit 4439ac5

Please sign in to comment.