Include debug symbols in release mode
This commit is contained in:
parent
cfb7c8770c
commit
f85669c681
1 changed files with 3 additions and 0 deletions
|
@ -12,3 +12,6 @@ core-graphics = {git = "https://github.com/servo/core-foundation-rs", rev = "e9a
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
split-debuginfo = "unpacked"
|
split-debuginfo = "unpacked"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
debug = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue