Skip to content

Commit

Permalink
cargo: Switch to "line-tables-only" debug symbols
Browse files Browse the repository at this point in the history
...reduces size of `liblimbo_sqlite3.a` to 15 MB.

Suggested by @psvri
  • Loading branch information
penberg committed Jan 17, 2025
1 parent 4943217 commit 21c5fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dist = false
github-attestations = true

[profile.release]
debug = "line-tables-only"
codegen-units = 1
panic = "abort"
lto = "off"
Expand Down

0 comments on commit 21c5fe2

Please sign in to comment.