diff --git a/Cargo.toml b/Cargo.toml index 963a414..28bf837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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