From 99371375fd8ca921e89ac4084eac7cd3321d31ed Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 23 May 2019 16:06:17 +0200 Subject: [PATCH] Cargo.toml: don't disable lto for profile.release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 840fa0f3..d89204d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ edition = "2018" [profile.dev] panic = "abort" lto = false + [profile.release] panic = "abort" -lto = false debug = true [dependencies]