From ca908fdf0b3fa842dd2da7827be736466bfb0534 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 30 Nov 2019 23:33:25 +0100 Subject: [PATCH] Optimize size --- premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake5.lua b/premake5.lua index 101ed13..92c86da 100644 --- a/premake5.lua +++ b/premake5.lua @@ -73,6 +73,7 @@ workspace "open-iw5" configuration "Release" optimize "Full" + buildoptions "/Os" defines { "NDEBUG",