From 5de9e7fc28e803c2b33fa827aebd1d9021772e2a Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:58:51 +1000 Subject: [PATCH] CI: Speedup debug build by using line-tables-only (#2200) Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ed0edbb..b70ccfb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ opt-level = "z" [profile.dev] opt-level = 0 -debug = true +debug = "line-tables-only" lto = false debug-assertions = true overflow-checks = true