Merge pull request #44 from zed-industries/emit-symbols-in-release

Include debug symbols in release mode
This commit is contained in:
Antonio Scandurra
2021-05-07 18:21:09 +02:00
committed by GitHub

View File

@@ -12,3 +12,6 @@ core-graphics = {git = "https://github.com/servo/core-foundation-rs", rev = "e9a
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
debug = true