From 9939a1b83df3a4e13281dff9dab9cfc7636272fb Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 19 Feb 2025 09:14:59 -0600 Subject: [PATCH] fix(release): Reduce debug information While not stripping, this does at least reduce how much we distribute Fixes #738 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 82d48ac..27fdbd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,3 +95,4 @@ panic = "abort" panic = "abort" codegen-units = 1 lto = true +debug = "line-tables-only"