forked from NaxdyOrg/NaxGCC-FW
perf: improve opt-level
This commit is contained in:
parent
839638d528
commit
d39451dc2e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ incremental = false
|
||||||
lto = 'fat'
|
lto = 'fat'
|
||||||
# opt level needs to be benchmarked after every major feature
|
# opt level needs to be benchmarked after every major feature
|
||||||
# due to the changes in binary size and alignment
|
# due to the changes in binary size and alignment
|
||||||
opt-level = 2
|
opt-level = 1
|
||||||
overflow-checks = false
|
overflow-checks = false
|
||||||
|
|
||||||
# do not optimize proc-macro crates = faster builds from scratch
|
# do not optimize proc-macro crates = faster builds from scratch
|
||||||
|
|
Loading…
Reference in a new issue