From 4c4b27d10e2dfb88ba9dcc67db518cb5c3b73a4f Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Sun, 31 Jul 2022 17:16:08 +0200 Subject: [PATCH] =?UTF-8?q?Cargo.toml:=20passage=20en=20-Os=20pour=20la=20?= =?UTF-8?q?compilation=20en=20mode=20=C2=ABrelease=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4825b18..28cd89c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,8 @@ futures = {version = "0.3"} version = "0.3" features = [ 'KeyboardEvent', -] \ No newline at end of file +] + +[profile.release] +lto = true +opt-level = 's' \ No newline at end of file