From 69dc84d1c561e9ba5db918c16674826c092b83b4 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Mon, 4 Mar 2024 18:51:32 +0530 Subject: [PATCH] [cfg] Update release profile config --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 12d85d4..b8e1fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ byteorder = "1.5" sdl2 = "0.36.0" [profile.release] -#strip = true -#lto = true \ No newline at end of file +strip = true +lto = true \ No newline at end of file