From 83f17556c888386fe870b6dd2f5cd1325efff6cc Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 30 Jan 2022 13:42:52 +0100 Subject: [PATCH] Fix building with `make DEBUG=1` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index caff89e..cfcb2d8 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/ ifeq ($(DEBUG),1) CXXFLAGS += -DDEBUG -g -CCFLAGS += -DDEBUG -g +CFLAGS += -DDEBUG -g endif LIBS := -lwums -lwut -lmappedmemory