mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2024-11-22 17:59:18 +01:00
Fix building with make DEBUG=1
This commit is contained in:
parent
5033473292
commit
0c4381244c
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 -lfunctionpatcher
|
LIBS := -lwums -lwut -lkernel -lfunctionpatcher
|
||||||
|
Loading…
Reference in New Issue
Block a user