X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=00a6fc19a682a13d64fc8233d074d063a0f555da;hb=3d8ce85e717a432bbaad308f8d6e4779889c1f03;hp=ae262eba53dbc0ded5ec43ec27ffbbc606280e7a;hpb=2b40ae7b37cf23dcce1561c33e254e6d60d03ad5;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index ae262eb..00a6fc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,9 @@ authors = ["Bernie Innocenti "] license = "GPL-3.0+" [profile.release] -#lto = true -panic = 'abort' +lto = true +panic = "abort" +opt-level = 3 [dependencies] cgmath = "*"