Include debug symbols in release mode

This commit is contained in:
Antonio Scandurra 2021-05-07 14:42:56 +02:00
parent cfb7c8770c
commit f85669c681

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