diff options
author | Philipp AUER <auerphilipp38@yahoo.de> | 2019-01-06 14:10:33 +0100 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-01-11 10:41:51 -0600 |
commit | e13895e58ab38c8adbde1e572068692e8ee5ee35 (patch) | |
tree | 4ab70fef26a3a53f8f12155a97e00b027d1c86da | |
parent | f53279b1e1883cd1bbade4275d76bd7052d98154 (diff) |
fix debug symbol in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |