From f40ca42e6ecfc5f1cb701566adbd2d628d3fd666 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 5 Feb 2008 22:51:25 +0100 Subject: [PATCH] Do not compile collectd with debugging support. --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 19f2aae..636e7f6 100755 --- a/debian/rules +++ b/debian/rules @@ -34,8 +34,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --localstatedir=/var --sysconfdir=/etc \ --with-perl-bindings="INSTALLDIRS=vendor" \ --disable-xmms \ - --without-libstatgrab \ - --enable-debug + --without-libstatgrab # These plugins do not provide any functionality under Linux. confflags += --disable-apple_sensors --disable-tape -- 2.30.2