From f31add52185e848e03a5cd941163a29434040e74 Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Sat, 15 Apr 2023 19:30:31 +0200 Subject: [PATCH] Build deps with optimizations --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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