feat: set default debug level of release and dev profiles to 1 (#2916)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-12-12 08:01:18 +00:00
committed by GitHub
parent 47e51545dd
commit 89a0d3af1e
+4 -1
View File
@@ -188,8 +188,11 @@ table = { path = "src/table" }
git = "https://github.com/GreptimeTeam/greptime-meter.git"
rev = "abbd357c1e193cd270ea65ee7652334a150b628f"
[profile.dev]
debug = 1
[profile.release]
debug = true
debug = 1
[profile.nightly]
inherits = "release"