perf: improve opt-level

This commit is contained in:
2024-04-12 19:49:08 +02:00
parent 839638d528
commit d39451dc2e

View File

@@ -74,7 +74,7 @@ incremental = false
lto = 'fat'
# opt level needs to be benchmarked after every major feature
# due to the changes in binary size and alignment
opt-level = 2
opt-level = 1
overflow-checks = false
# do not optimize proc-macro crates = faster builds from scratch