We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d9904 commit 8b63059Copy full SHA for 8b63059
crates/codspeed/build.rs
@@ -26,7 +26,8 @@ fn main() {
26
// Disable warnings, as we will have lots of them
27
.warnings(false)
28
.extra_warnings(false)
29
- .cargo_warnings(false);
+ .cargo_warnings(false)
30
+ .opt_level(3);
31
32
let result = build.try_compile("instrument_hooks");
33
match result {
0 commit comments