Description: Disable debug build to avoid excessive CPU consumption in
 the debug build's memory allocation tracking code.
Author: John Morrissey <jwm@horde.net>
Last-Update: 2012-06-21

--- nagircbot-0.0.33.orig/Makefile
+++ nagircbot-0.0.33/Makefile
@@ -2,7 +2,7 @@
 
 VERSION=0.0.33
 
-DEBUG=-g -D_DEBUG #-fprofile-arcs -ftest-coverage #-pg -g
+DEBUG=-g #-D_DEBUG -fprofile-arcs -ftest-coverage #-pg -g
 CPPFLAGS += $(shell dpkg-buildflags --get CPPFLAGS)
 CXXFLAGS += -Wall -O2 -DVERSION=\"${VERSION}\" $(DEBUG)
 CFLAGS += ${CXXFLAGS} $(shell dpkg-buildflags --get CFLAGS)
