From 5e6e8caf577e8726774cfa3ea54ce9615aa79ec6 Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Tue, 7 Jan 2025 09:27:19 -0700 Subject: [PATCH] undo temp debug info --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af15f4b670..567962e88f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ debug = 2 # full debug info [profile.release] codegen-units = 1 -debug = "full" #"line-tables-only" +debug = "line-tables-only" incremental = false lto = "fat"