소스 검색

Add `/nologo`

gingerBill 9 달 전
부모
커밋
a4b071e864
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.bat

+ 1 - 1
build.bat

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