remove -DDEBUG from release build

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@992 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2006-04-15 08:28:28 +00:00
parent ca04a99884
commit 5fdbfe5934

View File

@ -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