From 1e17dd091d83191ce07270e304c4fdc291445680 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Tue, 26 Dec 2023 12:57:09 -0500 Subject: [PATCH] fatal warnings --- premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake5.lua b/premake5.lua index 69e3166..2bcb24d 100644 --- a/premake5.lua +++ b/premake5.lua @@ -9,6 +9,7 @@ solution "Serialize" end rtti "Off" warnings "Extra" + flags { "FatalWarnings" } floatingpoint "Fast" filter "configurations:Debug" symbols "On"