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 @@ -1145,16 +1145,16 @@ ifeq ($(uname_S),Windows)
11451145 compat/win32/pthread.o compat/win32/syslog.o \
11461146 compat/win32/poll.o compat/win32/dirent.o
11471147 COMPAT_CFLAGS = -D__USE_MINGW_ACCESS -DNOGDI -DHAVE_STRING_H -DHAVE_ALLOCA_H -Icompat -Icompat/regex -Icompat/win32 -DSTRIP_EXTENSION=\".exe\"
1148- BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE -NODEFAULTLIB:MSVCRT.lib
1148+ BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE
11491149 EXTLIBS = user32.lib advapi32.lib shell32.lib wininet.lib ws2_32.lib
11501150 PTHREAD_LIBS =
11511151 lib =
11521152ifndef DEBUG
1153- BASIC_CFLAGS += -GL -Os -MT
1153+ BASIC_CFLAGS += -GL -Os -MD
11541154 BASIC_LDFLAGS += -LTCG
11551155 AR += -LTCG
11561156else
1157- BASIC_CFLAGS += -Zi -MTd
1157+ BASIC_CFLAGS += -Zi -MDd
11581158endif
11591159 X = .exe
11601160endif
You can’t perform that action at this time.
0 commit comments