Skip to content

Commit 0c552b3

Browse files
committed
Enable debug options in the release profile
1 parent 5e032ff commit 0c552b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ inline_asm_sym = []
4141

4242
[package.metadata.rust-analyzer]
4343
rustc_private = true
44+
45+
[profile.release]
46+
debug = 2
47+
debug-assertions = true

0 commit comments

Comments
 (0)