diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-08-30 23:26:52 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-08-30 23:26:52 +0000 |
commit | 8525c819cd03f5062fae7032c4f1f791ae98cb77 (patch) | |
tree | 9c40d335b6be75c1a7b2c7f69a6363090df61d93 /tools | |
parent | d07ea9a48ed53f3500500a38e254db73cbc0a432 (diff) |
Fix Makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22566 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 48f4613eb4..62c59f4bc3 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -6,7 +6,7 @@ # \/ \/ \/ \/ \/ # $Id$ # -CFLAGS := -g -W -Wall -Wshadow -pedantic +CFLAGS := -O -g -W -Wall -Wshadow -pedantic LDFLAGS := -g .PHONY: rbspeexenc uclpack |