Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 7ee44c5

Browse files
committed
Merge 'msvc-link-crt' into HEAD
2 parents 5f6e8a9 + 0e54eea commit 7ee44c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.mak.uname

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,16 +365,16 @@ ifeq ($(uname_S),Windows)
365365
compat/win32/pthread.o compat/win32/syslog.o \
366366
compat/win32/dirent.o
367367
COMPAT_CFLAGS = -D__USE_MINGW_ACCESS -DNOGDI -DHAVE_STRING_H -DHAVE_ALLOCA_H -Icompat -Icompat/regex -Icompat/win32 -DSTRIP_EXTENSION=\".exe\"
368-
BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE -NODEFAULTLIB:MSVCRT.lib
368+
BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE
369369
EXTLIBS = user32.lib advapi32.lib shell32.lib wininet.lib ws2_32.lib
370370
PTHREAD_LIBS =
371371
lib =
372372
ifndef DEBUG
373-
BASIC_CFLAGS += -GL -Os -MT
373+
BASIC_CFLAGS += -GL -Os -MD
374374
BASIC_LDFLAGS += -LTCG
375375
AR += -LTCG
376376
else
377-
BASIC_CFLAGS += -Zi -MTd
377+
BASIC_CFLAGS += -Zi -MDd
378378
endif
379379
X = .exe
380380
endif

0 commit comments

Comments
 (0)