X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.linux-mingw;h=960716c147cf0a489954054ff5d7e493b7ec70d6;hb=23e7583a8c9a0dcee9cbbf3be8bfc453298773f0;hp=540dacb2d12b0845d257b2eab692119df0c48ee5;hpb=77b0f86a43653dac51f97d57e5d450c9871372bf;p=novacoin.git diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 540dacb..960716c 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 -DBOOST_THREAD_USE_LIB +DEFS=-D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE DEBUGFLAGS=-g CFLAGS=-O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)