From c546adbd4b8f244ccc300bcf79779f7ee77a672f Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 31 Aug 2020 13:57:24 +0200 Subject: [PATCH] Don't enable LTO in the dev profile --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a8da7c..2eb1015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,6 @@ codegen-units = 1 debug = 2 debug-assertions = true # <- incremental = false -lto = 'fat' opt-level = 3 # <- overflow-checks = true # <-