mirror of
https://github.com/wiiu-env/ScreenshotWUPS.git
synced 2024-11-21 14:09:15 +01:00
Compile with O3
This commit is contained in:
parent
0831da5703
commit
04258a2317
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ INCLUDES := src
|
||||
#-------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#-------------------------------------------------------------------------------
|
||||
CFLAGS := -Wall -O2 -ffunction-sections \
|
||||
CFLAGS := -Wall -O3 -ffunction-sections \
|
||||
$(MACHDEP)
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__
|
||||
|
Loading…
Reference in New Issue
Block a user