perf: improve opt-level
Some checks failed
Publish nightly release / build (push) Has been cancelled

This commit is contained in:
Naxdy 2024-04-12 19:47:32 +02:00
parent 839638d528
commit fdbcba12c2
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -73,8 +73,8 @@ debug-assertions = false
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
# due to the changs in binary size and alignment
opt-level = 1
overflow-checks = false
# do not optimize proc-macro crates = faster builds from scratch