From ef676cb8b5a231b0e8e4cae1c766c6e0e65fd749 Mon Sep 17 00:00:00 2001 From: gir489 Date: Sat, 22 Feb 2020 21:02:57 -0500 Subject: [PATCH] Fixed debug build not building. --- premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake5.lua b/premake5.lua index 9681119c..84d4fc4b 100644 --- a/premake5.lua +++ b/premake5.lua @@ -220,6 +220,7 @@ workspace "BigBaseV2" filter "configurations:Debug" flags { "LinkTimeOptimization", "MultiProcessorCompile" } + editandcontinue "Off" defines { "BIGBASEV2_DEBUG" } filter "configurations:Release"