mirror of
https://github.com/wiiu-env/USBSerialLoggingModule.git
synced 2024-11-30 22:04:15 +01:00
Fix building with make DEBUG=1
This commit is contained in:
parent
39cf41d163
commit
77c1696eea
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/
|
|||||||
|
|
||||||
ifeq ($(DEBUG),1)
|
ifeq ($(DEBUG),1)
|
||||||
CXXFLAGS += -DDEBUG -g
|
CXXFLAGS += -DDEBUG -g
|
||||||
CCFLAGS += -DDEBUG -g
|
CFLAGS += -DDEBUG -g
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBS := -lwums -lwut -lkernel
|
LIBS := -lwums -lwut -lkernel
|
||||||
|
Loading…
Reference in New Issue
Block a user