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