From f51c1afeeb0fee9a440ae56c727d42aa9941e93b Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Wed, 24 Mar 2021 09:11:07 +0100 Subject: [PATCH] Workaround for failing test --- 12_integrated_testing/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/12_integrated_testing/Cargo.toml b/12_integrated_testing/Cargo.toml index 206dfc87..06c10cf0 100644 --- a/12_integrated_testing/Cargo.toml +++ b/12_integrated_testing/Cargo.toml @@ -4,8 +4,10 @@ version = "0.1.0" authors = ["Andre Richter "] edition = "2018" +# TODO: Fixme +# LTO seems to kill the console integration test (empty text section). Disable until a fix is found. [profile.release] -lto = true +lto = false [features] default = []