aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-12-05 12:30:17 +0000
committergingerBill <bill@gingerbill.org>2024-12-05 12:30:17 +0000
commita4b071e8641ddde2827bce6eaf1692871f656a43 (patch)
tree55c9d694a508696a12963dcdb14c65db8c02fa0d
parentb36a81ef535b55afa3630eda6ff0b94f77f6c11e (diff)
Add `/nologo`
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 0d6d281b3..a788a8c04 100644
--- a/build.bat
+++ b/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 (