X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.linux-mingw;h=9bef4d430e0a75c9edc4fb42709cc4cdfc6a7f95;hb=cfc45319fe675d5a03a67ebc69ef4de9f243dcbb;hp=1ea65cd2e54e6ba0a68ad998bb7123075946fbca;hpb=c2e8c8acd8ae0c94c70b59f55169841ad195bb99;p=novacoin.git diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 1ea65cd..9bef4d4 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -27,7 +27,7 @@ LIBS= \ -l ssl \ -l crypto -DEFS=-D_MT -DWIN32 -D_WINDOWS -DNOPCH -DBOOST_THREAD_USE_LIB +DEFS=-D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB DEBUGFLAGS=-g CFLAGS=-O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)