From df77682aca31e4ded3b90de85cbdb4cbae48a804 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:22:23 +0800 Subject: [PATCH] fix: reenable debug symbols in debug builds --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e68fe3a7..acc2ede2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,11 +121,6 @@ nix = [] # Should only be used inside of flake.nix locally (not on CI) nix-local = [] - -# make dev builds faster by excluding debug symbols -[profile.dev] -debug = false - # use LTO for smaller binaries (that take longer to build) [profile.release] lto = true