mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
Disable incremental compilation due to rustc bug
This commit is contained in:
parent
1e665378f8
commit
60616cf3bb
1 changed files with 3 additions and 0 deletions
|
|
@ -43,5 +43,8 @@ git = "https://github.com/crumblingstatue/gamedebug_core.git"
|
||||||
[dependencies.egui-inspect]
|
[dependencies.egui-inspect]
|
||||||
git = "https://github.com/crumblingstatue/egui-inspect.git"
|
git = "https://github.com/crumblingstatue/egui-inspect.git"
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
incremental = false # Buggy on latest rustc nightly, keeps ICEing
|
||||||
|
|
||||||
[profile.dev.package."*"]
|
[profile.dev.package."*"]
|
||||||
opt-level = 2
|
opt-level = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue