From 2dd5ecfd2677978c52eedd92ef0b92604d1be2ba Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 24 Apr 2025 11:20:46 +0200 Subject: [PATCH] Include debug symbols in release builds --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e5a306e0b..5ede59365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -469,6 +469,7 @@ version = "0.6.3" [profile.release] codegen-units = 1 # Reduce the number of codegen units to increase optimizations lto = true # Enable fat LTO +debug = "limited" # Include some debug symbols in the release build # A few profile opt-level tweaks to make the test suite run faster [profile.dev.package]