mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-01 00:05:06 +01:00
change to -Os
This commit is contained in:
parent
eb73138455
commit
931a2e91dd
@ -30,7 +30,7 @@ LIBDIR := $(TOPDIR)/libogc/lib
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE)
|
CFLAGS = -g -Os -Wall $(MACHDEP) $(INCLUDE)
|
||||||
CXXFLAGS = $(CFLAGS)
|
CXXFLAGS = $(CFLAGS)
|
||||||
|
|
||||||
ASFLAGS := -g
|
ASFLAGS := -g
|
||||||
|
Loading…
Reference in New Issue
Block a user