set our own cflags, I don't care about -pedantic
authorPierre Habouzit <madcoder@debian.org>
Wed, 1 Nov 2006 23:19:30 +0000 (00:19 +0100)
committerPierre Habouzit <madcoder@debian.org>
Wed, 1 Nov 2006 23:19:30 +0000 (00:19 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
cflags.mk

index 44cabdf..ce2975d 100644 (file)
--- a/cflags.mk
+++ b/cflags.mk
@@ -4,6 +4,8 @@ endif
 
 LDFLAGS += -Wl,--warn-common
 
+CFLAGS :=
+
 # Use pipes and not temp files.
 CFLAGS += -pipe
 # optimize even more