Premake: Linker warnings are now treated as fatal errors.

This commit is contained in:
/dev/urandom 2016-08-13 20:11:37 +02:00
parent 9235616baa
commit 02a6c90d13
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -287,7 +287,10 @@ workspace "iw4x"
flags { "UndefinedIdentifiers", "ExtraWarnings" }
configuration "Release*"
flags { "FatalCompileWarnings" }
flags {
"FatalCompileWarnings",
"FatalLinkWarnings",
}
configuration {}
-- Generate source code from protobuf definitions