0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-17 06:49:51 +00:00

Disable debug symbols on release

This commit is contained in:
Lucio Franco
2023-10-20 09:04:55 -07:00
parent fb266b50c5
commit e14e1aca67

@ -17,6 +17,8 @@ members = [
[profile.release]
codegen-units = 1
panic = "abort"
strip = true
debug = false
[patch.crates-io]
sqlite3-parser = { git = "https://github.com/LucioFranco/lemon-rs" }