Fix building with `make DEBUG=1`

This commit is contained in:
Maschell 2022-01-30 13:51:48 +01:00
parent 83fb0de4c1
commit 66e5d5b9f3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ LDFLAGS = -g $(ARCH) $(RPXSPECS) --entry=_start -Wl,-Map,$(notdir $*.map)
ifeq ($(DEBUG),1)
CXXFLAGS += -DDEBUG -g
CCFLAGS += -DDEBUG -g
CFLAGS += -DDEBUG -g
endif
LIBS := -lwut -lz