diff --git a/premake5.lua b/premake5.lua index b94eca7a..7be2c225 100644 --- a/premake5.lua +++ b/premake5.lua @@ -287,7 +287,10 @@ workspace "iw4x" flags { "UndefinedIdentifiers", "ExtraWarnings" } configuration "Release*" - flags { "FatalCompileWarnings" } + flags { + "FatalCompileWarnings", + "FatalLinkWarnings", + } configuration {} -- Generate source code from protobuf definitions