about summary refs log tree commit diff stats
path: root/Makefile.wii
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.wii')
-rw-r--r--Makefile.wii2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.wii b/Makefile.wii index 341c37b..4de7f71 100644 --- a/Makefile.wii +++ b/Makefile.wii
@@ -25,7 +25,7 @@ INCLUDES := source
25# options for code generation 25# options for code generation
26#--------------------------------------------------------------------------------- 26#---------------------------------------------------------------------------------
27 27
28CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) 28CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE)
29CXXFLAGS = $(CFLAGS) 29CXXFLAGS = $(CFLAGS)
30 30
31LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map 31LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map