diff --git a/premake/premake5.lua b/premake/premake5.lua index 28fc3e8..bcf1d04 100644 --- a/premake/premake5.lua +++ b/premake/premake5.lua @@ -6,6 +6,8 @@ solution "demboyz" configurations { "Debug", "Release" } platforms "x32" flags { "MultiProcessorCompile", "Symbols" } + + defines "_CRT_SECURE_NO_WARNINGS" -- GCC specific build options. configuration "gmake"