From 0bb5b53e024053334765475d29333d60b0e04a13 Mon Sep 17 00:00:00 2001 From: Nova Date: Tue, 7 Feb 2023 15:26:43 -0500 Subject: [PATCH] fix(dev profile): optimization level 0 --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 03647dc..862158f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,8 +62,6 @@ wayland = ["dep:smithay", "dep:xkbcommon"] profile_tokio = ["dep:console-subscriber", "tokio/tracing"] profile_app = ["dep:tracing-chrome"] -[profile.dev] -opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release]