From 1c0f499eea4dbc41ee1048d2abc4401fa639a487 Mon Sep 17 00:00:00 2001 From: Nabeen Tiwaree Date: Fri, 24 Mar 2023 21:03:08 +0545 Subject: [PATCH] =?UTF-8?q?[=20refactor=20]:=20set=20release=20opt=20?= =?UTF-8?q?=F0=9F=93=A6=20level=20to=203?= 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 14dca17..3664f0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ opt-level = 0 debug = true [profile.release] -opt-level = 5 +opt-level = 3 debug = false panic = "unwind" lto = true