From 5413c2c24ba87ce9e22edf76ff0cac51b7b8d27d Mon Sep 17 00:00:00 2001 From: Johann Hemmann Date: Mon, 27 Jun 2022 14:46:28 +0200 Subject: [PATCH] Fix `lto` option in cargo profile (#64) Raised in https://github.com/knurling-rs/app-template/pull/61#issuecomment-1166687101. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe911aa..00c94e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ debug = 2 debug-assertions = false # <- incremental = false # see comment in the profile.release section -lto = 'false' +lto = false opt-level = 3 # <- overflow-checks = false # <-