diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-26 15:36:33 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-26 15:36:33 -0700 |
commit | 27d4b53a5c458b68921f406458cc72bfadb15fa5 (patch) | |
tree | 79f5020f8b5bd9f1a65065bccd44068b4cfa5c10 /src/makefile.unix | |
parent | b2997dc0433c27b6846280ef614593a718e81316 (diff) | |
parent | cfc45319fe675d5a03a67ebc69ef4de9f243dcbb (diff) |
Merge pull request #1150 from gavinandresen/NOPCH
Remove unused -DNOPCH
Diffstat (limited to 'src/makefile.unix')
-rw-r--r-- | src/makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index 146f6b8ebc..90be398976 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)) |