aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-25 19:40:44 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-04-25 19:40:44 -0400
commitcfc45319fe675d5a03a67ebc69ef4de9f243dcbb (patch)
tree29dd70fe8a85b0780f9634f5728de365f2c8fc08 /src/makefile.linux-mingw
parentc2e8c8acd8ae0c94c70b59f55169841ad195bb99 (diff)
downloadbitcoin-cfc45319fe675d5a03a67ebc69ef4de9f243dcbb.tar.xz
Remove unused -DNOPCH
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 1ea65cd2e5..9bef4d430e 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)