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 aea8b88 commit 1d5c36bCopy full SHA for 1d5c36b
crates/codspeed/build.rs
@@ -10,7 +10,7 @@ fn main() {
10
11
let mut build = cc::Build::new();
12
build
13
- .flag("-std=gnu17")
+ .flag("-std=c11")
14
.file("instrument-hooks/dist/core.c")
15
.include("instrument-hooks/includes")
16
.warnings(false)
0 commit comments