mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
enable edit and continue in visual studio debug builds (nw)
This commit is contained in:
parent
c10977e7d5
commit
94f0181e59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user