From 92b2e06e57677e25037f2956f6f60842718ba12e Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sat, 20 Jul 2024 04:59:20 -0700 Subject: [PATCH] Increase cgu on debug builds --- native/src/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/native/src/Cargo.toml b/native/src/Cargo.toml index 45dc82256..24654390b 100644 --- a/native/src/Cargo.toml +++ b/native/src/Cargo.toml @@ -58,7 +58,6 @@ rev = "809df65b20d61e88afb7f514b5cfdd3d1958a40f" [profile.dev] opt-level = "z" lto = true -codegen-units = 1 panic = "abort" [profile.release]