forked from NaxdyOrg/NaxGCC-FW
feat: benchmark new best opt-level
This commit is contained in:
parent
417c4a677a
commit
c8a31df648
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ codegen-units = 1
|
||||||
debug = 2
|
debug = 2
|
||||||
debug-assertions = true
|
debug-assertions = true
|
||||||
incremental = false
|
incremental = false
|
||||||
opt-level = 1
|
opt-level = 2
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
overflow-checks = true
|
overflow-checks = true
|
||||||
|
|
||||||
|
@ -71,7 +71,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 = 1
|
opt-level = 2
|
||||||
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