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:
@ -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" }
|
||||
|
Reference in New Issue
Block a user