mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2026-03-22 09:54:17 -05:00
Compile using -O2
This commit is contained in:
parent
9c9e1cc5ce
commit
1640657534
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ INCLUDES := source
|
|||
#-------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#-------------------------------------------------------------------------------
|
||||
CFLAGS := -g -Wall -O0 -ffunction-sections\
|
||||
CFLAGS := -g -Wall -O2 -ffunction-sections\
|
||||
$(MACHDEP)
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user