fix debug symbol in Makefile

This commit is contained in:
Philipp AUER 2019-01-06 14:10:33 +01:00 committed by huderlem
parent f53279b1e1
commit e13895e58a
1 changed files with 1 additions and 1 deletions

View File

@ -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)