Przeglądaj źródła

remove -DDEBUG from release build

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@992 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 20 lat temu
rodzic
commit
5fdbfe5934
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile.inc

+ 1 - 1
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