cargo: Switch to "line-tables-only" debug symbols

...reduces size of `liblimbo_sqlite3.a` to 15 MB.

Suggested by @psvri
This commit is contained in:
Pekka Enberg
2025-01-16 19:59:10 +02:00
parent 4943217045
commit 21c5fe2909

View File

@@ -52,6 +52,7 @@ dist = false
github-attestations = true
[profile.release]
debug = "line-tables-only"
codegen-units = 1
panic = "abort"
lto = "off"