From 2bfb80a97db12d3b64f805084a0796ff021bb6f8 Mon Sep 17 00:00:00 2001 From: harpsealjs Date: Mon, 17 Feb 2025 12:41:37 +0800 Subject: [PATCH] fix: build cli dev failed (#9331) --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46286e826567..2ef2a3101055 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -201,9 +201,10 @@ rate-limit = { existing-packages = 70, new-packages = 70 } # This is for local development [profile.dev] -debug = 2 # debug build will cause runtime panic if codegen-unints is default -incremental = true -panic = "abort" +codegen-units = 16 +debug = 2 # debug build will cause runtime panic if codegen-unints is default +incremental = true +panic = "abort" # This is for release build for users [profile.release]