X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=00a6fc19a682a13d64fc8233d074d063a0f555da;hb=3d8ce85e717a432bbaad308f8d6e4779889c1f03;hp=ae262eba53dbc0ded5ec43ec27ffbbc606280e7a;hpb=5466a1137a9a4b27a99b83c45c0b337775bacf7c;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 = "*"