Lower MSVC Optimisation level again (internal compiler error when linking burn_gun.cpp with MSVC 2017)

This commit is contained in:
Barry Harris 2017-07-09 09:00:50 +00:00
parent 6272145e4a
commit ad6a9f3295
2 changed files with 1 additions and 2 deletions

View File

@ -257,7 +257,7 @@ else
endif
else
CFLAGS = /nologo /w /O2 /Ox /Oi /Ot /Oy /Ob2 /GF /Gs /Gy /GL /Zc:forScope /MT /EHsc
CFLAGS = /nologo /w /Oi /Ot /Oy /Ob2 /GF /Gs /Gy /GL /Zc:forScope /MT /EHsc
LDFLAGS += /LTCG:STATUS
endif

View File

@ -181,7 +181,6 @@
<li>Fixed music issues in DJ Boy [dink]</li>
<li>Fixed a palette issue and possibly(?) fixed a timing issue in Heavy Unit [dink]</li>
<li>EEPROM saves path now configurable [Barry]</li>
<li>Restore MSVC full optimisation (should see slightly faster performance) [Barry]</li>
<li>General source tidy-up/maintenance, and conversion to BurnMalloc/BurnFree [Barry]</li>
<li>Add support for the new format hiscore.dat file [Barry]</li>
<li>Fix issue with IPS Manager sometimes saving ini file incorrectly [Barry]</li>