feat: benchmark new best opt-level
This commit was merged in pull request #17.
This commit is contained in:
@@ -58,7 +58,7 @@ codegen-units = 1
|
||||
debug = 2
|
||||
debug-assertions = true
|
||||
incremental = false
|
||||
opt-level = 1
|
||||
opt-level = 2
|
||||
lto = "fat"
|
||||
overflow-checks = true
|
||||
|
||||
@@ -71,7 +71,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 = 1
|
||||
opt-level = 2
|
||||
overflow-checks = false
|
||||
|
||||
# do not optimize proc-macro crates = faster builds from scratch
|
||||
|
||||
Reference in New Issue
Block a user