Reenable logging, Update Dockerfile to use WUMS 0.2

This commit is contained in:
Maschell
2021-09-17 18:27:12 +02:00
parent ee76aba48e
commit 38b58faf88
3 changed files with 4 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ INCLUDES := source
#-------------------------------------------------------------------------------
# options for code generation
#-------------------------------------------------------------------------------
CFLAGS := -g -Wall -O2 -ffunction-sections\
CFLAGS := -g -Wall -O2 -ffunction-sections -fno-exceptions -fno-rtti\
$(MACHDEP)
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__