diff --git a/perlmod/build.rs b/perlmod/build.rs index c3c2560..047005d 100644 --- a/perlmod/build.rs +++ b/perlmod/build.rs @@ -59,6 +59,7 @@ fn main() { cc.pic(true) .shared_flag(false) + .opt_level(3) .include(include_dir) .include(archlib_include_path);