Restore full optimisation for MSVC build
This commit is contained in:
parent
3b3187aefb
commit
1092070603
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue