ソースを参照

Add `/nologo`

gingerBill 8 ヶ月 前
コミット
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 (