From 5fba8dd1a346248f215f0167d113fb20a7bb733a Mon Sep 17 00:00:00 2001 From: Pavel Grunt Date: Tue, 1 Nov 2016 12:02:44 +0100 Subject: [PATCH] Do not enable statistic by default It is more a feature for developers, not force them. Signed-off-by: Pavel Grunt Acked-by: Frediano Ziglio --- server/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/server/Makefile.am b/server/Makefile.am index 2a6010b6..0514a2c1 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -3,7 +3,6 @@ SUBDIRS = . tests AM_CPPFLAGS = \ -DSPICE_SERVER_INTERNAL \ - -DRED_STATISTICS \ $(COMMON_CFLAGS) \ $(GLIB2_CFLAGS) \ $(GOBJECT2_CFLAGS) \