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 = []