aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-04-26 15:36:33 -0700
committerGavin Andresen <[email protected]>2012-04-26 15:36:33 -0700
commit27d4b53a5c458b68921f406458cc72bfadb15fa5 (patch)
tree79f5020f8b5bd9f1a65065bccd44068b4cfa5c10 /src
parentMerge pull request #1152 from freewil/remove-strange-debug (diff)
parentRemove unused -DNOPCH (diff)
downloaddiscoin-27d4b53a5c458b68921f406458cc72bfadb15fa5.tar.xz
discoin-27d4b53a5c458b68921f406458cc72bfadb15fa5.zip
Merge pull request #1150 from gavinandresen/NOPCH
Remove unused -DNOPCH
Diffstat (limited to 'src')
-rw-r--r--src/makefile.linux-mingw2
-rw-r--r--src/makefile.mingw2
-rw-r--r--src/makefile.unix2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 8e4e63817..4c155f3f9 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)
diff --git a/src/makefile.mingw b/src/makefile.mingw
index abcdcce67..917eb12fc 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)
diff --git a/src/makefile.unix b/src/makefile.unix
index 146f6b8eb..90be39897 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -4,7 +4,7 @@
USE_UPNP:=0
-DEFS=-DNOPCH
+DEFS=
DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH))
LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH))