mirror of
https://github.com/wiiu-env/PatchMemoryRelocationsModule.git
synced 2024-11-30 21:54:16 +01:00
Fix building with make DEBUG=1
This commit is contained in:
parent
8f3d0dc8cd
commit
83f17556c8
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 -lmappedmemory
|
LIBS := -lwums -lwut -lmappedmemory
|
||||||
|
Loading…
Reference in New Issue
Block a user