From f184982bc1c5719ea5286ca2ea9af005c344f79a Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Wed, 7 Jun 2023 12:39:58 +0200 Subject: [PATCH] change release optimization --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index ed00c07..7099c33 100644 --- a/xmake.lua +++ b/xmake.lua @@ -28,7 +28,7 @@ target("TowerDefense") set_warnings("all", "error") - set_optimize("smallest") + set_optimize("fastest") else -- debug stuff if is_os("linux") then