File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,16 +363,16 @@ ifeq ($(uname_S),Windows)
363363 compat/win32/pthread.o compat/win32/syslog.o \
364364 compat/win32/dirent.o
365365 COMPAT_CFLAGS = -D__USE_MINGW_ACCESS -DNOGDI -DHAVE_STRING_H -Icompat -Icompat/regex -Icompat/win32 -DSTRIP_EXTENSION=\".exe\"
366- BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE -NODEFAULTLIB:MSVCRT.lib
366+ BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE
367367 EXTLIBS = user32.lib advapi32.lib shell32.lib wininet.lib ws2_32.lib invalidcontinue.obj
368368 PTHREAD_LIBS =
369369 lib =
370370ifndef DEBUG
371- BASIC_CFLAGS += -GL -Os -MT
371+ BASIC_CFLAGS += -GL -Os -MD
372372 BASIC_LDFLAGS += -LTCG
373373 AR += -LTCG
374374else
375- BASIC_CFLAGS += -Zi -MTd
375+ BASIC_CFLAGS += -Zi -MDd
376376endif
377377 X = .exe
378378endif
You can’t perform that action at this time.
0 commit comments