mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 19:24:21 +01:00
Merge pull request #13 from penberg/shrink-code
Minimize library binary size
This commit is contained in:
@@ -3,3 +3,8 @@ resolver = "2"
|
||||
members = [
|
||||
"database",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user