mirror of
https://github.com/wiiu-env/SDHotSwapModule.git
synced 2024-11-24 12:29:17 +01:00
Build with -Os
This commit is contained in:
parent
540715a973
commit
103574bded
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ INCLUDES := source
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
CFLAGS := -Wall -Wextra -O0 -ffunction-sections\
|
CFLAGS := -Wall -Wextra -Os -ffunction-sections\
|
||||||
$(MACHDEP)
|
$(MACHDEP)
|
||||||
|
|
||||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||||
|
Loading…
Reference in New Issue
Block a user