-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> --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 069dae6c8fdb..39b34f90107d 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.2 -- 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