Skip to content

Commit a3bc793

Browse files
committed
chore(bench): enable lto
1 parent 5add804 commit a3bc793

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ path = "benches/bench.rs"
4343
[[example]]
4444
name = "hello"
4545
path = "examples/hello.rs"
46+
47+
[profile.bench]
48+
lto = true

0 commit comments

Comments
 (0)