From f85669c681c1bdc846bd01fe9be1ef4892bcf461 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 7 May 2021 14:42:56 +0200 Subject: [PATCH] Include debug symbols in release mode --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c58e56b67a..7dcf616a67 100644 --- a/Cargo.toml +++ b/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