mirror of
https://github.com/Maschell/libutils.git
synced 2024-12-27 04:11:55 +01:00
Using -O2 instead of -Os to be compatible with the WiiUPluginSystem
This commit is contained in:
parent
f598fab483
commit
9feb67d69d
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ LIB := lib
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
CFLAGS = -g -Os -Wall -D__wiiu__ -D_GNU_SOURCE $(MACHDEP) $(INCLUDE)
|
||||
CFLAGS = -g -O2 -Wall -D__wiiu__ -D_GNU_SOURCE $(MACHDEP) $(INCLUDE)
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
|
||||
ifeq ($(DO_LOGGING), 1)
|
||||
|
Loading…
Reference in New Issue
Block a user