From 63cf025b2e57ea59796cb5b10e8f5228813fbad9 Mon Sep 17 00:00:00 2001 From: Hammed Abass Date: Fri, 3 Jul 2026 01:19:15 +0200 Subject: [PATCH] Reduce Android debug native size --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c0bf7fa..130a431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ members = ["crates/vnidrop"] resolver = "2" +[profile.dev] +debug = 0 +strip = "debuginfo" + [profile.release] lto = "thin" codegen-units = 1