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 e64cdfa commit 807aa94Copy full SHA for 807aa94
crates/codspeed/build.rs
@@ -11,6 +11,7 @@ fn main() {
11
.file("instrument-hooks/dist/core.c")
12
.include("instrument-hooks/includes")
13
.flag("-w") // Suppress all warnings
14
+ .flag("-std=gnu17") // Force C17 to avoid noreturn errors with gcc > 15
15
.compile("instrument_hooks");
16
17
let bindings = bindgen::Builder::default()
0 commit comments