From 2facd8e7ff09c89147d6bfc52b28d9c2f0079560 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 13 Aug 2019 19:36:07 +0200 Subject: [PATCH] Only build dylib This saves ~200mb of space --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec0350687aa..ab95a278c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["bjorn3 "] edition = "2018" [lib] -crate-type = ["rlib", "dylib"] +crate-type = ["dylib"] [dependencies] # These have to be in sync with each other