From 13e26b5007b19f2f98584adf594b478f2cbb9175 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 17 May 2018 18:08:44 -0700 Subject: [PATCH] Try a static flag --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index 8736b645..b7433f54 100644 --- a/build.rs +++ b/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")));