Fix reent usage for modules

This commit is contained in:
Maschell
2023-06-21 11:13:02 +02:00
parent a137f10ee9
commit 313f281ee8
8 changed files with 231 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ CFLAGS := -g -Wall -Werror -save-temps \
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUM__
CXXFLAGS := $(CFLAGS) -std=gnu++17
CXXFLAGS := $(CFLAGS) -fno-exceptions -fno-rtti -std=gnu++20
ASFLAGS := -g $(MACHDEP)