From 25f177b20ebc58e16bce59b68135d05f935c1017 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Tue, 3 Sep 2019 20:25:44 +0200 Subject: [PATCH] change cargo settings --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ceacc0e..74a9be1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Magnus Ulimoen "] edition = "2018" [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [features] default = ["console_error_panic_hook", "wee_alloc"] @@ -17,5 +17,5 @@ wee_alloc = { version = "*", optional = true } ndarray = "0.12.1" [profile.release] -opt-level = "s" -lto = "full" +opt-level = 3 +lto = "thin"