Skip to content

Commit

Permalink
Always use C99 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Oct 18, 2022
1 parent 8c9be62 commit 1d5e131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fn main() {
cc::Build::new()
.warnings(true)
.extra_warnings(true)
.flag("-std=c99")
.file("./src/snprintf.c")
.compile("clocal");
}

0 comments on commit 1d5e131

Please sign in to comment.