From e13895e58ab38c8adbde1e572068692e8ee5ee35 Mon Sep 17 00:00:00 2001 From: Philipp AUER Date: Sun, 6 Jan 2019 14:10:33 +0100 Subject: [PATCH] fix debug symbol in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 755f8f84ae..32cc9df73e 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ $(C_BUILDDIR)/%.o: c_dep = $(shell $(SCANINC) -I include $(C_SUBDIR)/$*.c) endif ifeq ($(DINFO),1) -CFLAGS += -g +override CFLAGS += -g endif $(C_BUILDDIR)/%.o : $(C_SUBDIR)/%.c $$(c_dep)