From 5c186290539ec7a4134a20f22d262a73f8ac54f6 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Sun, 2 Jun 2024 11:54:53 -0400 Subject: [PATCH] fix debugging not working (#351) We need debug symbols to debug a program! --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9842892..196ebe14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,4 @@ members = [ "github" ] -[profile.dev] -# disable debug symbols to improve compile times. -debug = false +