From 9b5813ce2bc630a048286757cf1628f6e2db44be Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Sat, 30 Sep 2023 17:39:05 -0400 Subject: [PATCH] Fixed premake for windows --- premake5.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index d8807e7e..83c30d57 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,6 +1,6 @@ workspace "Nuake" architecture "x64" - + conformancemode "On" configurations { "Debug", @@ -117,7 +117,7 @@ project "Nuake" "NK_WIN" } - buildoptions { "-permissive", "-cxxflags", "gtk+-3.0"} + filter "configurations:Debug" runtime "Debug" symbols "on"