projects
/
mandelwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1124bb2
)
Shrink release binary a bit.
author
Bernie Innocenti
<bernie@codewiz.org>
Sat, 8 Apr 2017 22:17:12 +0000
(18:17 -0400)
committer
Bernie Innocenti
<bernie@codewiz.org>
Sat, 8 Apr 2017 22:17:12 +0000
(18:17 -0400)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 98fadf191fdba4dfec0a05d80a0217cadd0a6a2d..a858c2fb0bcaf798989304961f2f7bf971578d30 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-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 = "*"