From 30ff60bb7c747eec238cc92f72187e591037fa6f Mon Sep 17 00:00:00 2001 From: ddidderr Date: Tue, 19 Sep 2023 20:43:51 +0200 Subject: [PATCH] [build] reordered entries in profile.release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46d40b6..3629006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ features = ["std", "clock"] [profile.release] lto = true -codegen-units = 1 debug = false +strip = true panic = "unwind" -strip = "symbols" +codegen-units = 1