build: add better release profile flags

This commit is contained in:
Suya1671 2025-06-23 18:09:50 +02:00
parent 928a73f589
commit f2e1ac484e
No known key found for this signature in database

View file

@ -51,3 +51,7 @@ indoc = "2.0.6"
[features]
encrypt = ["libsqlite3-sys/bundled-sqlcipher"]
[profile.release]
lto = "thin"
codegen-units = 1