Skip to content

Commit 1d5c36b

Browse files
committed
fix(codspeed): switch to c11
1 parent aea8b88 commit 1d5c36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/codspeed/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fn main() {
1010

1111
let mut build = cc::Build::new();
1212
build
13-
.flag("-std=gnu17")
13+
.flag("-std=c11")
1414
.file("instrument-hooks/dist/core.c")
1515
.include("instrument-hooks/includes")
1616
.warnings(false)

0 commit comments

Comments
 (0)