diff --git a/Makefile b/Makefile index f6389ec..8bec9a8 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ INCLUDES := source #------------------------------------------------------------------------------- # options for code generation #------------------------------------------------------------------------------- -CFLAGS := -Wall -Wextra -Werror -Os -ffunction-sections -fdata-sections\ +CFLAGS := -Wall -Wextra -Werror -O2 -ffunction-sections -fdata-sections\ $(MACHDEP) CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__