From b1f8c5c1759969b78cecacfeb5735b3b0c3443b5 Mon Sep 17 00:00:00 2001 From: Yumin Wu Date: Thu, 9 May 2024 17:18:20 +0800 Subject: [PATCH] update release profile --- Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6bf512d..0e2e920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,9 @@ default-members = [ "easytier" ] panic = "unwind" [profile.release] -lto = true -codegen-units = 1 -panic = "abort" -strip = true -opt-level = "z" +panic = "unwind" +# panic = "abort" +# lto = true +# codegen-units = 1 +# strip = true +# opt-level = "z"