From: Bernie Innocenti Date: Sat, 8 Apr 2017 22:17:12 +0000 (-0400) Subject: Shrink release binary a bit. X-Git-Tag: v0.5.0~4 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=48867a083c40e3f2593f9c7f5ecc8a1792d65b9b;hp=1124bb2dc1b8381bf4bfc437ab1689ec1b30d99b;p=mandelwow.git Shrink release binary a bit. --- 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 = "*"