diff options
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index 1238e44..2ac3b68 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -89,7 +89,7 @@ if "_%1_" == "__" ( rem Get the compile options. rem -set "ops=/EHsc /MT /MP" +set "ops=/nologo /EHsc /MT /MP" :ops_next shift if "_%1_" == "__" ( |