From 21c5fe29098e19038b1dfecdaa4e72aafa8fa6a4 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 16 Jan 2025 19:59:10 +0200 Subject: [PATCH] cargo: Switch to "line-tables-only" debug symbols ...reduces size of `liblimbo_sqlite3.a` to 15 MB. Suggested by @psvri --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3aec744e..5d28dc6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,7 @@ dist = false github-attestations = true [profile.release] +debug = "line-tables-only" codegen-units = 1 panic = "abort" lto = "off"