Disable incremental compilation due to rustc bug

This commit is contained in:
crumblingstatue 2023-04-17 14:09:46 +02:00
parent 1e665378f8
commit 60616cf3bb

View file

@ -43,5 +43,8 @@ git = "https://github.com/crumblingstatue/gamedebug_core.git"
[dependencies.egui-inspect]
git = "https://github.com/crumblingstatue/egui-inspect.git"
[profile.dev]
incremental = false # Buggy on latest rustc nightly, keeps ICEing
[profile.dev.package."*"]
opt-level = 2