From 0c7b486dfa6eb17e38a156abdff7e27562d06ceb Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 25 Nov 2014 15:50:56 -0500 Subject: Removed the -DSVC_RUN_DEBUG compile flag Those debug messages were not useful at all. Signed-off-by: Steve Dickson --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c99566d..ea5725f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ AM_CPPFLAGS = \ $(TIRPC_CFLAGS) if DEBUG -AM_CPPFLAGS += -DRPCBIND_DEBUG -DSVC_RUN_DEBUG -DDEBUG_RMTCALL +AM_CPPFLAGS += -DRPCBIND_DEBUG -DDEBUG_RMTCALL AM_CPPFLAGS += -DND_DEBUG -DBIND_DEBUG endif -- cgit v1.2.1