Skip to content

Commit

Permalink
Disable debug info in the release binaries (musl ones are get too big)
Browse files Browse the repository at this point in the history
  • Loading branch information
adaszko committed Sep 1, 2023
1 parent 8e13c36 commit 92c7703
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ path = "src/lib.rs"
name = "complgen"
path = "src/bin.rs"

[profile.release]
debug = true

[dependencies]
anyhow = "1.0.71"
bumpalo = "3.12.2"
Expand Down

0 comments on commit 92c7703

Please sign in to comment.