Skip to content

Commit

Permalink
feat: set default debug level of release and dev profiles to 1 (#2916)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia authored Dec 12, 2023
1 parent 47e5154 commit 89a0d3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89a0d3a

Please sign in to comment.