aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-26 15:36:33 -0700
committerGavin Andresen <gavinandresen@gmail.com>2012-04-26 15:36:33 -0700
commit27d4b53a5c458b68921f406458cc72bfadb15fa5 (patch)
tree79f5020f8b5bd9f1a65065bccd44068b4cfa5c10 /src/makefile.mingw
parentb2997dc0433c27b6846280ef614593a718e81316 (diff)
parentcfc45319fe675d5a03a67ebc69ef4de9f243dcbb (diff)
downloadbitcoin-27d4b53a5c458b68921f406458cc72bfadb15fa5.tar.xz
Merge pull request #1150 from gavinandresen/NOPCH
Remove unused -DNOPCH
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index abcdcce675..917eb12fcf 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -23,7 +23,7 @@ LIBS= \
-l ssl \
-l crypto
-DEFS=-DWIN32 -D_WINDOWS -DNOPCH -DBOOST_THREAD_USE_LIB
+DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB
DEBUGFLAGS=-g
CFLAGS=-mthreads -O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)