From fe34b227b8987de3e999be900a9282e2c8e03c71 Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Wed, 17 Apr 2024 16:22:25 +0800 Subject: [PATCH] Enable debug symbols --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b03c824..967e82d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,6 @@ members = [ "src/cli", "src/clib", ] + +[profile.release] +debug = true -- 2.43.0