Skip to content

Commit

Permalink
Add Rust dev and test profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jul 14, 2024
1 parent 9fa6b1e commit 960aaf8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ serde = { version = "1.0.200", features = ["derive"] }
[dev-dependencies]
rstest = "0.19.0"

[profile.dev]
debug = true
debug-assertions = true

[profile.test]
debug = true
debug-assertions = true

[profile.release]
lto = true
codegen-units = 1
Expand Down

0 comments on commit 960aaf8

Please sign in to comment.