From 4f89ad5be4d3ede472c88b0ea37619cd09b200cd Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 24 Jan 2024 14:28:16 +0100 Subject: [PATCH] strip debug symbols in release --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 970fe464..2c0d625b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,6 +75,7 @@ members = ["asyncgit", "filetreelist", "git2-hooks", "git2-testing", "scopetime" lto = true opt-level = 'z' # Optimize for size. codegen-units = 1 +strip = "debuginfo" # make debug build as fast as release # usage of utf8 encoding inside tui