From f05555fcaad6e730ef1b3c791ede04f63908ae87 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 23 Mar 2024 17:23:38 +0000 Subject: [PATCH] hotfix: issue with release profile causing undefined memory handling Former-commit-id: e60a3ac63945adcb086adb2369892f72f5d1610c Former-commit-id: 3c36d641183050c4ff48c745c4bd81603b5c7740 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0091023..04cf7d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ debug = true opt-level = 3 strip = true codegen-units = 1 -lto = "fat" [profile.release-dev] inherits = "release"