Skip to content

Commit 819c08a

Browse files
committed
profile.bench: enable thin lto
This has some benefit for some benches/impls, is neutral for others, and bad for a couple. Most importantly, this is a typical setup for an end-user who is performance-sensitive.
1 parent 30ce4b0 commit 819c08a

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
@@ -6,3 +6,6 @@ members = [
66
"rustls-graviola",
77
"fuzz",
88
]
9+
10+
[profile.bench]
11+
lto = "thin"

0 commit comments

Comments
 (0)