Try a static flag

This commit is contained in:
Max Brunsfeld 2018-05-17 18:08:44 -07:00
parent b1ff399960
commit 13e26b5007

View file

@ -10,6 +10,7 @@ fn main() {
config
.flag("-std=c99")
.flag("-Wno-unused-parameter")
.static_flag(true)
.include(root_path.join(Path::new("src")))
.include(root_path.join(Path::new("include")))
.include(root_path.join(Path::new("externals/utf8proc")));