Make `reldbg` inherit `dbg` and contain debug symbols

This commit is contained in:
Stefan Ceriu 2023-10-23 15:45:55 +03:00 committed by Jonas Platte
parent 4933a50496
commit 0006f85103
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ debug = 2
# Custom profile for use in (debug) builds of the binding crates, use
# `--profile reldbg` to select
[profile.reldbg]
inherits = "dev"
inherits = "dbg"
opt-level = 3
[patch.crates-io]