Merge pull request #6462 from belegdol/zi-workaround-rollback

Roll back no longer needed /ZI workaround
This commit is contained in:
R. Belmont 2020-03-20 10:34:27 -04:00 committed by GitHub
commit 1f2d08fc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()