Fix building with make DEBUG=1

This commit is contained in:
Maschell 2022-01-30 13:42:52 +01:00
parent 8f3d0dc8cd
commit 83f17556c8

View File

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