From 5fdbfe5934634560603bca09cf3490947a8acb37 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 15 Apr 2006 08:28:28 +0000 Subject: [PATCH] remove -DDEBUG from release build git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@992 fd59a12c-fef9-0310-b244-a6a79926bd2f --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 901ae165..5d9430ad 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -55,7 +55,7 @@ DYFLAGS = # build CFLAGS, LDFLAGS # ifeq (${OPENAIS_BUILD}, RELEASE) - CFLAGS += -O3 -Wall -DDEBUG + CFLAGS += -O3 -Wall # -Wstrict-aliasing=2 TODO sameday fix all of these ifndef OPENAIS_PROFILE CFLAGS += -fomit-frame-pointer