From b4761551a02c4b9bc3fe394494975b595183b82c Mon Sep 17 00:00:00 2001 From: Valentin271 Date: Tue, 25 Apr 2023 11:11:41 +0200 Subject: [PATCH] chore: optimized release profile --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3d06c94..c6e4506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,3 +45,8 @@ which = "4.1" [dev-dependencies] pretty_assertions = "1.0.0" + +[profile.release] +strip = true +lto = true +opt-level = 3