mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2026-08-30 21:14:06 -05:00
Reduce the filesize by avoid "new" and any exceptions
This commit is contained in:
2
Makefile
2
Makefile
@@ -33,7 +33,7 @@ CFLAGS := -g -Wall -O2 -ffunction-sections\
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||
|
||||
CXXFLAGS := $(CFLAGS) -std=c++17
|
||||
CXXFLAGS := $(CFLAGS) -std=c++17 -fno-exceptions -fno-rtti
|
||||
|
||||
ASFLAGS := -g $(ARCH)
|
||||
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/libkernel.ld -T$(WUMS_ROOT)/share/libfunctionpatcher.ld $(WUMSSPECS)
|
||||
|
||||
Reference in New Issue
Block a user