prepare the ssl module.
[apps/madmutt.git] / tools / cflags.mk
index 32e4a95..7aee462 100644 (file)
@@ -4,7 +4,7 @@ endif
 
 LDFLAGS += -Wl,--warn-common
 
-CFLAGS := -g
+CFLAGS := -ggdb3
 
 # Use pipes and not temp files.
 CFLAGS += -pipe
@@ -35,6 +35,7 @@ CFLAGS += -Wwrite-strings
 CFLAGS += -Wsign-compare
 # warn about unused declared stuff
 CFLAGS += -Wunused
+CFLAGS += -Wno-unused-parameter
 # warn about variable use before initialization
 CFLAGS += -Wuninitialized
 # warn about variables which are initialized with themselves