From 2a10862f457f22a796af5f5cdbfdc264e6df891e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 24 Apr 2023 15:21:12 +0200 Subject: [PATCH] Enable debug symbols in development --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 416197b84..3c991c092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,9 +57,6 @@ indexmap = "1.9.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] stacker = "0.1.15" -[profile.dev] -debug = false - [profile.dev.package."*"] opt-level = 2