aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
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/makefile.unix
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/makefile.unix')
-rw-r--r--src/makefile.unix2
1 files changed, 1 insertions, 1 deletions
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))