From 18e7e53724b3950d50c62e4f4b5305be25994221 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Thu, 2 Nov 2006 00:19:30 +0100 Subject: [PATCH] set our own cflags, I don't care about -pedantic Signed-off-by: Pierre Habouzit --- cflags.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1