enable incremental release builds and optimized dev builds (unoptimized results in completely useless framerates)
This commit is contained in:
parent
a721f3595d
commit
a9754cd91e
@ -27,3 +27,7 @@ bevy_transform = { path = "bevy_transform" }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
incremental = true
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
Loading…
Reference in New Issue
Block a user