From: Pierre Habouzit Date: Wed, 1 Nov 2006 23:19:30 +0000 (+0100) Subject: set our own cflags, I don't care about -pedantic X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=18e7e53724b3950d50c62e4f4b5305be25994221 set our own cflags, I don't care about -pedantic Signed-off-by: Pierre Habouzit --- diff --git a/cflags.mk b/cflags.mk index 44cabdf..ce2975d 100644 --- 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