From 3a301afbc669b27752ac03276a335afaeed4b579 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Mon, 10 Nov 2025 22:38:37 +0100 Subject: [PATCH] Enable all debug info for easier profiling --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 579bc394e6f13963188f03b1b812a05eec43a7b4..e384730220d10fe6dc18f5da03e0a72eeee8f712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -840,7 +840,7 @@ ui_input = { codegen-units = 1 } zed_actions = { codegen-units = 1 } [profile.release] -debug = "limited" +debug = "full" lto = "thin" codegen-units = 1