Shrink release binary a bit.
authorBernie Innocenti <bernie@codewiz.org>
Sat, 8 Apr 2017 22:17:12 +0000 (18:17 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Sat, 8 Apr 2017 22:17:12 +0000 (18:17 -0400)
Cargo.toml

index 98fadf191fdba4dfec0a05d80a0217cadd0a6a2d..a858c2fb0bcaf798989304961f2f7bf971578d30 100644 (file)
@@ -2,6 +2,11 @@
 name = "mandelwow"
 version = "0.3.0"
 authors = ["Bernie Innocenti <bernie@codewiz.org>"]
+license = "GPL-3.0+"
+
+[profile.release]
+lto = true
+panic = 'abort'
 
 [dependencies]
 glium = "*"