Skip to content

Commit 4427d68

Browse files
committed
perf: enable debug and lto for bench profile
1 parent 77637e2 commit 4427d68

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
@@ -55,3 +55,8 @@ tempfile = "3.8.1"
5555
tokio = "1.33.0"
5656
widestring = "1.0.2"
5757
windows-sys = "0.52.0"
58+
59+
[profile.bench]
60+
debug = true
61+
lto = true
62+
codegen-units = 1

0 commit comments

Comments
 (0)