From 58ea1c95922c022e805d4906200415a7979a05e2 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Tue, 20 Sep 2022 19:29:37 +0200 Subject: [PATCH] Remove z opt-level, it causes bugs Maybe not the best solution but at least I have hope it works --- stage2/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/stage2/Cargo.toml b/stage2/Cargo.toml index 4add51d..58cbb0d 100644 --- a/stage2/Cargo.toml +++ b/stage2/Cargo.toml @@ -11,7 +11,6 @@ panic = "abort" [profile.release] panic = "abort" strip = true -opt-level = "z" lto = true codegen-units = 1 -- 2.44.0