Skip to content

Commit

Permalink
Adding debug symbols to release for perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kper committed Jul 2, 2020
1 parent 54ab0ff commit 3e0705e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ name = "from_bits_f64"
path = "from_bits_f32/src/main.rs"
name = "from_bits_f32"

[profile.release]
debug = true

[dependencies]
validation = { path = "./validation" }
Expand Down

0 comments on commit 3e0705e

Please sign in to comment.