Change opt level

This commit is contained in:
Sean Bowe 2016-08-02 22:02:27 -06:00
parent c05c8c0d90
commit 3d8a255235
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ fn main() {
let mut cfg = gcc::Config::new(); let mut cfg = gcc::Config::new();
cfg.cpp(true) cfg.cpp(true)
.opt_level(2)
.define("NO_PROCPS", None) .define("NO_PROCPS", None)
.define("STATIC", None) .define("STATIC", None)
.define("CURVE_ALT_BN128", None) .define("CURVE_ALT_BN128", None)