diff options
| -rw-r--r-- | compile.bat | 1 | 
1 files changed, 0 insertions, 1 deletions
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 (
  | 
