From 89ee79cd0f4e9da14734efe4a2439a79ff4a740d Mon Sep 17 00:00:00 2001 From: neon_arch Date: Wed, 8 Nov 2023 19:04:57 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20build:=20improve=20non-rel?= =?UTF-8?q?ease=20build=20time=20by=20changing=20the=20dev=20profile=20bui?= =?UTF-8?q?ld=20flag=20(#380)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56d96a2..c73756d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ minify-js = {version="0.5.6", default-features=false} [profile.dev] opt-level = 0 debug = true -split-debuginfo = '...' +split-debuginfo = 'unpacked' debug-assertions = true overflow-checks = true lto = false