We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9be62 commit 1d5e131Copy full SHA for 1d5e131
1 file changed
build.rs
@@ -5,6 +5,7 @@ fn main() {
5
cc::Build::new()
6
.warnings(true)
7
.extra_warnings(true)
8
+ .flag("-std=c99")
9
.file("./src/snprintf.c")
10
.compile("clocal");
11
}
0 commit comments