Restore full optimisation for MSVC build

This commit is contained in:
Barry Harris 2017-07-07 09:04:28 +00:00
parent 3b3187aefb
commit 1092070603
1 changed files with 1 additions and 1 deletions

View File

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