From a882ca43f3e7e56005a38082e6e97b0d1425fc84 Mon Sep 17 00:00:00 2001 From: Daniel Reiter Horn Date: Tue, 6 Nov 2018 00:54:36 -0800 Subject: [PATCH] why not go static --- c/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Cargo.toml b/c/Cargo.toml index c3067889..fafb1ae1 100644 --- a/c/Cargo.toml +++ b/c/Cargo.toml @@ -13,7 +13,7 @@ autobins = false [lib] path="src/lib.rs" -crate-type=["cdylib", "rlib"] +crate-type=["cdylib", "staticlib", "rlib"] [profile.release] lto=true