Temporarily enable incremental comp again for bug reproducing purposes

This commit is contained in:
crumblingstatue 2023-04-17 16:04:49 +02:00
parent 5a225c1402
commit f7290847a8

View file

@ -43,8 +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]
#incremental = false # Buggy on latest rustc nightly, keeps ICEing
[profile.dev.package."*"]
opt-level = 2