Remove unused -DNOPCH

This commit is contained in:
Gavin Andresen
2012-04-25 19:40:44 -04:00
parent c2e8c8acd8
commit cfc45319fe
3 changed files with 3 additions and 3 deletions

View File

@@ -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))