Skip to content

Commit

Permalink
feat(cargo): disable debug symbols for other crates
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jan 21, 2025
1 parent b50735f commit 19b9cba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,8 @@ testcontainers-modules = { version = "0.11.5", features = ["postgres","blocking"
ctor = "0.2.9"

[profile.release]
debug = true
debug = true

# disable debug symbols for all packages except this one
[profile.release.package."*"]
debug = false

0 comments on commit 19b9cba

Please sign in to comment.