mirror of
https://github.com/System-End/plura.git
synced 2026-04-19 20:55:11 +00:00
build: add better release profile flags
This commit is contained in:
parent
928a73f589
commit
f2e1ac484e
1 changed files with 4 additions and 0 deletions
|
|
@ -51,3 +51,7 @@ indoc = "2.0.6"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
encrypt = ["libsqlite3-sys/bundled-sqlcipher"]
|
encrypt = ["libsqlite3-sys/bundled-sqlcipher"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = "thin"
|
||||||
|
codegen-units = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue