Cargo.toml 🔗
@@ -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
Antonio Scandurra created
Cargo.toml | 3 +++
1 file changed, 3 insertions(+)
@@ -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