diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index de141bdee9..0a47eaaa5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,7 @@ [workspace] members = ["rust"] + +[profile.dbgrelease] +inherits = "release" +debug = true |