all: codegen-units=1 and lto=true for release

This commit is contained in:
Denis Drakhnia 2023-10-20 12:00:30 +03:00
parent 382062bf59
commit d2178236ac
1 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,9 @@ members = [
"admin",
"query",
]
[profile.release]
codegen-units = 1
lto = true
# TODO: cargo 1.59
# strip = "debuginfo"