From ff4fb9756810abeff17c360f3055c3865160b240 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 10 Apr 2020 22:55:01 +0200 Subject: (Try to) disable LTO ? --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a8505cbc..5a0d9ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,3 +29,6 @@ sha2 = "0.8" async-trait = "0.1.30" reduce = "0.1.2" serde_json = "1.0" + +[profile.dev] +lto = "off" -- cgit v1.2.3