mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Roll back no longer needed /ZI workaround
It has been fixed as of Visual Studio 2019 16.5
This commit is contained in:
parent
a0a6637f7f
commit
931aee1b54
@ -133,15 +133,6 @@ files {
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
-- workaround for https://developercommunity.visualstudio.com/content/problem/752372/vs2019-v1631-c-internal-compiler-error-when-zi-opt.html
|
||||
-- should be fixed in 16.5
|
||||
configuration { "Debug", "vs2019" }
|
||||
if _OPTIONS["vs"]==nil then
|
||||
flags {
|
||||
"NoEditAndContinue",
|
||||
}
|
||||
end
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
@ -718,15 +709,6 @@ files {
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
-- workaround for https://developercommunity.visualstudio.com/content/problem/752372/vs2019-v1631-c-internal-compiler-error-when-zi-opt.html
|
||||
-- should be fixed in 16.5
|
||||
configuration { "Debug", "vs2019" }
|
||||
if _OPTIONS["vs"]==nil then
|
||||
flags {
|
||||
"NoEditAndContinue",
|
||||
}
|
||||
end
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
Loading…
Reference in New Issue
Block a user