瀏覽代碼

remove -DDEBUG from release build

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@992 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 20 年之前
父節點
當前提交
5fdbfe5934
共有 1 個文件被更改,包括 1 次插入1 次删除
  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