enable edit and continue in visual studio debug builds (nw)

This commit is contained in:
smf- 2018-08-27 17:00:18 +01:00
parent c10977e7d5
commit 94f0181e59

View File

@ -468,7 +468,6 @@ configuration { "vs*" }
flags {
"NoPCH",
"ExtraWarnings",
"NoEditAndContinue",
}
if not _OPTIONS["NOWERROR"] then
flags{
@ -480,12 +479,14 @@ configuration { "vs*" }
configuration { "Debug", "vs*" }
flags {
"Symbols",
"NoIncrementalLink",
"NoMultiProcessorCompilation",
}
configuration { "Release", "vs*" }
flags {
"Optimize",
"NoEditAndContinue",
"NoIncrementalLink",
}
-- Force VS2015/17 targets to use bundled SDL2