From 4c9ab024d380fec25d94d3c3ad61db0af3c74572 Mon Sep 17 00:00:00 2001 From: Zicklag Date: Mon, 12 Jul 2021 12:28:06 -0500 Subject: [PATCH] Remove LTO For Release Builds The amount of time it took to do a release buid was detrimental for a new user ( #50 ) and we don't really need it for this repository because no real games are built from this repo. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f932973..a2e9607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,9 +58,6 @@ rand = "0.8.3" opt-level = 1 debug = 0 -[profile.release] -lto = true - # Add some examples explicitly so we can say they requires the extra `ldtk` # or `epaint` features. [[example]]