From: Peter Pentchev Date: Tue, 10 Mar 2009 14:08:09 +0000 (+0000) Subject: dma is not yet ready for big scary CFLAGS. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21c8bb4fea4533ee777dae98804ad234b37972ad;p=people%2Fms%2Fdma.git dma is not yet ready for big scary CFLAGS. --- diff --git a/rules b/rules index 0158f02..4f5afbd 100755 --- a/rules +++ b/rules @@ -9,10 +9,6 @@ VERSION = `sed -e 's/^[^ ]\+ (\([^)]\+\)).*/\1/; 1q' debian/changelog` VERSION_UP = `sed -e 's/^[^ ]\+ (0\.0\.\([^)-]\+\).*/\1/; 1q' debian/changelog | tr . -` VERSION_ADD ?= -debian-01 -#CFLAGS+= -pipe -Wall -W -ansi -pedantic -Wbad-function-cast \ -# -Wcast-align -Wcast-qual -Wchar-subscripts -Winline \ -# -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -# -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings ifneq (,$(filter werror,$(DEB_BUILD_OPTIONS))) CFLAGS+= -Werror endif