Premake: Linker warnings are now treated as fatal errors.
This commit is contained in:
parent
9235616baa
commit
02a6c90d13
@ -287,7 +287,10 @@ workspace "iw4x"
|
||||
flags { "UndefinedIdentifiers", "ExtraWarnings" }
|
||||
|
||||
configuration "Release*"
|
||||
flags { "FatalCompileWarnings" }
|
||||
flags {
|
||||
"FatalCompileWarnings",
|
||||
"FatalLinkWarnings",
|
||||
}
|
||||
configuration {}
|
||||
|
||||
-- Generate source code from protobuf definitions
|
||||
|
Loading…
Reference in New Issue
Block a user