]> git.ipfire.org Git - people/ms/dma.git/commitdiff
dma is not yet ready for big scary CFLAGS.
authorPeter Pentchev <roam@ringlet.net>
Tue, 10 Mar 2009 14:08:09 +0000 (14:08 +0000)
committerPeter Pentchev <roam@ringlet.net>
Tue, 10 Mar 2009 14:08:09 +0000 (14:08 +0000)
rules

diff --git a/rules b/rules
index 0158f02955f7f2b5286493bbaf10e02e867f8c4f..4f5afbdc487911897328673af68b2bbb063c2348 100755 (executable)
--- 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