Fix building with make DEBUG=1

This commit is contained in:
Maschell 2022-01-30 13:45:46 +01:00
parent 7ad9df8a8c
commit 16d5d734c7

View File

@ -41,7 +41,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 -lfunctionpatcher -lromfs -lz