From d06e903e66a12319a3c0d1dd2d6f4bd7899fd669 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 27 Aug 2023 12:56:21 +0100 Subject: Fix editorial mishap --- compile.bat | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.bat') diff --git a/compile.bat b/compile.bat index 1145b27..d8cb46c 100644 --- a/compile.bat +++ b/compile.bat @@ -108,7 +108,6 @@ for %%b in (%src%) do ( call :cc %%b || exit /b ) :: we need different library names for debugging because Microsoft... :: actually, it's different anyway because we don't use vcruntime for releases :: any more. see comment in wincrt.c -:: required runtime bits ourselves (which saves 10KiB over static VCRT) if "%dbg%"=="1" ( set clibs=-lmsvcrtd -lvcruntimed -lucrtd ) else ( -- cgit v1.2.3