diff --git a/Makefile b/Makefile index 141bea2564..f7ff5ecdf1 100644 --- a/Makefile +++ b/Makefile @@ -1438,6 +1438,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) COMPAT_OBJS += compat/mingw.o compat/winansi.o \ compat/win32/pthread.o compat/win32/syslog.o \ compat/win32/dirent.o + BASIC_LDFLAGS += -Wl,--large-address-aware EXTLIBS += -lws2_32 PTHREAD_LIBS = X = .exe