mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-05-06 21:16:20 -05:00
Compile with O2 as we are not limited by binary sizes anymore
This commit is contained in:
parent
d483c4e39b
commit
9a081bfb04
2
Makefile
2
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__
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user