perf: improve opt-level
Some checks failed
Publish nightly release / build (push) Has been cancelled
Some checks failed
Publish nightly release / build (push) Has been cancelled
This commit is contained in:
parent
839638d528
commit
fdbcba12c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue