From 21c8bb4fea4533ee777dae98804ad234b37972ad Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Tue, 10 Mar 2009 14:08:09 +0000 Subject: [PATCH] dma is not yet ready for big scary CFLAGS. --- rules | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.3