From fe5aca6f0eb79ce46dc8741ed91c238358a14123 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Sat, 14 Sep 2024 16:08:40 +0300 Subject: [PATCH] build: remove debug from release profile --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 79edc3e3..87fe238f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,6 @@ path = "src/main.rs" name="grim" crate-type = ["rlib"] -[profile.release] -debug = 1 - [profile.release-apk] inherits = "release" strip = true