From 9c0747a5f73ae2cac93205907b850a96a7d43cd5 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Fri, 3 Jan 2025 16:58:19 +0100 Subject: [PATCH] fix: missing inherits in a release-lto profile (#319) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c63d750..a4992ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,6 @@ members = [ default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"] [profile.release-lto] +inherits = "release" codegen-units = 1 lto = true