mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-17 18:29:24 +01:00
Using -O2 instead of -Os to be compatible with the WiiUPluginSystem
This commit is contained in:
parent
c546e27eea
commit
e48e5e0104
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ LIB := lib
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
CFLAGS = -g -Os -Wall -D__wiiu__ $(MACHDEP) $(INCLUDE)
|
CFLAGS = -g -O2 -Wall -D__wiiu__ $(MACHDEP) $(INCLUDE)
|
||||||
CXXFLAGS = $(CFLAGS)
|
CXXFLAGS = $(CFLAGS)
|
||||||
|
|
||||||
ASFLAGS := -g
|
ASFLAGS := -g
|
||||||
|
Loading…
Reference in New Issue
Block a user