On Sun, Nov 05, 2017 at 05:25:12PM +0100, Luc Van Oostenryck wrote: > From: Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx> > > -g is a compiler option that is ignored by the linker. So it should be > included in CFLAGS (it already is) but not LDFLAGS. > > Signed-off-by: Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx> > Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> Reviewed-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx> > Makefile | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 069dae6c8..39b34f901 100644 > --- a/Makefile > +++ b/Makefile > @@ -14,7 +14,6 @@ OS = linux > CC = gcc > CFLAGS = -O2 -finline-functions -fno-strict-aliasing -g > CFLAGS += -Wall -Wwrite-strings > -LDFLAGS += -g > LD = gcc > AR = ar > PKG_CONFIG = pkg-config > -- > 2.14.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sparse" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html