Browse Source

Add `/nologo`

gingerBill 8 months ago
parent
commit
a4b071e864
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.bat

+ 1 - 1
build.bat

@@ -20,7 +20,7 @@ if "%VSCMD_ARG_TGT_ARCH%" neq "x64" (
 )
 )
 
 
 pushd misc
 pushd misc
-cl get-date.c
+cl /nologo get-date.c
 popd
 popd
 
 
 for /f %%i in ('misc\get-date') do (
 for /f %%i in ('misc\get-date') do (