From 9ee2245ee1e0f7efedff61891a57a4a9b014542f Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 10 Mar 2011 00:16:59 +0100 Subject: [PATCH] Disable DEBUG. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index fdaf1ec..7eb0f08 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -37,4 +37,4 @@ libradsec_la_SOURCES += \ endif libradsec_la_LDFLAGS = -version-info 0:0:0 -libradsec_la_CFLAGS = $(AM_CFLAGS) -DDEBUG -DDEBUG_LEVENT -Werror # -ansi +libradsec_la_CFLAGS = $(AM_CFLAGS) -Werror #-DDEBUG -DDEBUG_LEVENT # -ansi -- 2.1.4