Bug 2564404: FatalWarnings has no effect with gmake target
This commit is contained in:
parent
7b6d53e6ec
commit
7124c4d80d
@ -2,6 +2,7 @@
|
||||
4.1 (in progress)
|
||||
-----
|
||||
|
||||
- Bug 2564404: FatalWarnings has no effect with gmake target
|
||||
- Support links and libdirs for Visual Studio static libraries
|
||||
|
||||
|
||||
|
@ -3,6 +3,8 @@ project "CppConsoleApp"
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
|
||||
flags { "FatalWarnings", "ExtraWarnings" }
|
||||
|
||||
files { "*.cpp" }
|
||||
|
||||
includedirs { "I:/Code" }
|
||||
|
@ -16,7 +16,7 @@
|
||||
local cflags =
|
||||
{
|
||||
ExtraWarnings = "-Wall",
|
||||
FatalWarning = "-Werror",
|
||||
FatalWarnings = "-Werror",
|
||||
NoFramePointer = "-fomit-frame-pointer",
|
||||
Optimize = "-O2",
|
||||
OptimizeSize = "-Os",
|
||||
|
Reference in New Issue
Block a user