Try a static flag
This commit is contained in:
parent
b1ff399960
commit
13e26b5007
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
|
@ -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")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue