build-msvc.bat: /incremental:no, not /noincremental.

This commit is contained in:
David Korth 2017-07-07 20:48:47 -04:00
parent 61373c0b2a
commit fdcef01062

View File

@ -1 +1 @@
CL /O2 /MD /EHsc /Zi /Fehack-detection.exe hack-detection.c /link /debug /opt:icf,ref /noincremental
CL /O2 /MD /EHsc /Zi /Fehack-detection.exe hack-detection.c /link /debug /opt:icf,ref /incremental:no