Skip to content

Commit

Permalink
MAINT: Add debug info to profiles (for bench/profiling)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Oct 9, 2019
1 parent b7b8cf8 commit 05667bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ std = []
array-sizes-33-128 = []
array-sizes-129-255 = []

[profile.bench]
debug = true
[profile.release]
debug = true

[package.metadata.docs.rs]
features = ["serde"]

Expand Down

0 comments on commit 05667bb

Please sign in to comment.