diff --git a/Cargo.toml b/Cargo.toml index 4aed34a..d92c34b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,3 +41,6 @@ git = "https://github.com/crumblingstatue/gamedebug_core.git" [dependencies.egui-inspect] git = "https://github.com/crumblingstatue/egui-inspect.git" + +[profile.dev.package."*"] +opt-level = 2