X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=a858c2fb0bcaf798989304961f2f7bf971578d30;hb=48867a083c40e3f2593f9c7f5ecc8a1792d65b9b;hp=98fadf191fdba4dfec0a05d80a0217cadd0a6a2d;hpb=14ba462d1cbb234f5c58a3f4a230fe8d630dc536;p=mandelwow.git 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 = "*"