Skip to content

Commit 05667bb

Browse files
committed
MAINT: Add debug info to profiles (for bench/profiling)
1 parent b7b8cf8 commit 05667bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ std = []
4141
array-sizes-33-128 = []
4242
array-sizes-129-255 = []
4343

44+
[profile.bench]
45+
debug = true
46+
[profile.release]
47+
debug = true
48+
4449
[package.metadata.docs.rs]
4550
features = ["serde"]
4651

0 commit comments

Comments
 (0)