chore: Inherit the release profile for the bench profile

This commit is contained in:
Damir Jelić
2025-07-24 15:07:43 +02:00
parent ffe239d620
commit c636ec63f4

View File

@@ -181,7 +181,7 @@ lto = false
debug = true
[profile.bench]
inherits = "dbg"
inherits = "release"
lto = false
[patch.crates-io]