We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7b1ec commit d025c05Copy full SHA for d025c05
1 file changed
tool/src/lib.rs
@@ -120,7 +120,7 @@ pub fn build_parsers(root_file: &Path) {
120
}
121
122
let mut c_config = cc::Build::new();
123
- c_config.include(&dir).include(&sysroot_dir);
+ c_config.std("c11").include(&dir).include(&sysroot_dir);
124
c_config
125
.flag_if_supported("-Wno-unused-label")
126
.flag_if_supported("-Wno-unused-parameter")
0 commit comments