mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
reduce benches to O2 and enable incremental
This commit is contained in:
parent
083af5599b
commit
3d017f6a35
@ -78,6 +78,11 @@ debug-assertions = false
|
||||
lto = true
|
||||
debug = false
|
||||
|
||||
# used for cargo bench
|
||||
[profile.bench]
|
||||
opt-level = 2
|
||||
incremental = true
|
||||
|
||||
# this profile is used by developers for release profiling
|
||||
[profile.releasedebuginfo]
|
||||
inherits = 'release'
|
||||
|
Loading…
Reference in New Issue
Block a user