From f7a885b6250875c34c8d86ae4b243148abf1b516 Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Tue, 11 Jun 2024 20:18:33 +0200 Subject: [PATCH] Changed build options --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 07908ca..01f14af 100644 --- a/premake5.lua +++ b/premake5.lua @@ -35,7 +35,7 @@ project "bakatools" } filter "configurations:Debug" - buildoptions { "-Wall", "-Wextra" } + --buildoptions { "-Wall", "-Wextra" } defines { "BK_DEBUG",