mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-06-05 17:52:33 +00:00
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:
parent
ca04a99884
commit
5fdbfe5934
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user