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
|
lto = true
|
||||||
debug = false
|
debug = false
|
||||||
|
|
||||||
|
# used for cargo bench
|
||||||
|
[profile.bench]
|
||||||
|
opt-level = 2
|
||||||
|
incremental = true
|
||||||
|
|
||||||
# this profile is used by developers for release profiling
|
# this profile is used by developers for release profiling
|
||||||
[profile.releasedebuginfo]
|
[profile.releasedebuginfo]
|
||||||
inherits = 'release'
|
inherits = 'release'
|
||||||
|
Loading…
Reference in New Issue
Block a user