diff options
author | FIX94 <fix94.1@gmail.com> | 2016-04-10 14:44:53 +0200 |
---|---|---|
committer | FIX94 <fix94.1@gmail.com> | 2016-04-10 14:44:53 +0200 |
commit | 42379a1cc476d481f5aa7a7b6e69f271f079fda3 (patch) | |
tree | 7109daa4a6242a8852ccd3ec364dc5ad48b0418f /Makefile.wii | |
parent | 2abebc4d066c038594dc667be210990c4c1dce30 (diff) | |
download | gen3uploader-42379a1cc476d481f5aa7a7b6e69f271f079fda3.tar.gz gen3uploader-42379a1cc476d481f5aa7a7b6e69f271f079fda3.tar.bz2 gen3uploader-42379a1cc476d481f5aa7a7b6e69f271f079fda3.zip |
general cleanup
Diffstat (limited to 'Makefile.wii')
-rw-r--r-- | Makefile.wii | 2 |
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 | ||
28 | CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) | 28 | CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) |
29 | CXXFLAGS = $(CFLAGS) | 29 | CXXFLAGS = $(CFLAGS) |
30 | 30 | ||
31 | LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map | 31 | LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map |