From 48867a083c40e3f2593f9c7f5ecc8a1792d65b9b Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sat, 8 Apr 2017 18:17:12 -0400 Subject: [PATCH] Shrink release binary a bit. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 98fadf1..a858c2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "mandelwow" version = "0.3.0" authors = ["Bernie Innocenti "] +license = "GPL-3.0+" + +[profile.release] +lto = true +panic = 'abort' [dependencies] glium = "*" -- 2.25.1