dlm: master - build: fix another build warning

David Teigland teigland at fedoraproject.org
Tue May 15 15:11:38 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=55971844663d6513ddcd0103425070d6583f6a63
Commit:        55971844663d6513ddcd0103425070d6583f6a63
Parent:        88a470605770e34515c82ba65cea5dc269b4664f
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Tue May 15 08:53:35 2012 +0200
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Tue May 15 08:53:35 2012 +0200

build: fix another build warning

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 fence/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/Makefile b/fence/Makefile
index 41af463..b10233e 100644
--- a/fence/Makefile
+++ b/fence/Makefile
@@ -8,7 +8,7 @@ BIN_TARGET = dlm_stonith
 
 BIN_SOURCE = stonith_helper.c
 
-BIN_CFLAGS += -D_GNU_SOURCE -g \
+BIN_CFLAGS += -D_GNU_SOURCE -O2 -g \
 	-Wall \
 	-Wformat \
 	-Wformat-security \


More information about the cluster-commits mailing list