From a9962d50720cc28e23328eae77df7ea5a94dd807 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu <sam@rfc1149.net> Date: Thu, 29 Aug 2024 11:02:05 +0200 Subject: [PATCH] Keep symbols on release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e4e9ef..9f232dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ debug = false strip = "symbols" [profile.release.package.bootloader] +inherits = "release" opt-level = "z" -strip = "symbols" -- GitLab