Fix comments in Cargo.toml

This commit is contained in:
Jonas Platte 2023-04-06 15:27:22 +02:00 committed by Jonas Platte
parent 1756aabe35
commit 29255781cc
1 changed files with 2 additions and 2 deletions

View File

@ -61,13 +61,13 @@ debug = 0
quote = { opt-level = 2 }
sha2 = { opt-level = 2 }
# Custom profile with full debugging info, use `--profile debug` to select
# Custom profile with full debugging info, use `--profile dbg` to select
[profile.dbg]
inherits = "dev"
debug = 2
# Custom profile for use in (debug) builds of the binding crates, use
# `--profile release_dbg` to select
# `--profile reldbg` to select
[profile.reldbg]
inherits = "dev"
incremental = false