mirror of
https://github.com/bevyengine/bevy
synced 2025-02-17 22:48:38 +00:00
enable incremental release builds and optimized dev builds (unoptimized results in completely useless framerates)
This commit is contained in:
parent
a721f3595d
commit
a9754cd91e
1 changed files with 5 additions and 1 deletions
|
@ -27,3 +27,7 @@ bevy_transform = { path = "bevy_transform" }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = true
|
debug = true
|
||||||
|
incremental = true
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
opt-level = 3
|
Loading…
Add table
Reference in a new issue