aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/Makefile
diff options
context:
space:
mode:
authorWon Star2006-01-06 12:48:48 +0000
committerWon Star2006-01-06 12:48:48 +0000
commit8b4627d2470e97a272adfcaec31fd0ea1156aa24 (patch)
tree125a4475b4202067e208a48398f20f341d1e00c7 /backends/gp32/Makefile
parent948cb0d0f77170fdbc1b80b07feea7b9794751bc (diff)
downloadscummvm-rg350-8b4627d2470e97a272adfcaec31fd0ea1156aa24.tar.gz
scummvm-rg350-8b4627d2470e97a272adfcaec31fd0ea1156aa24.tar.bz2
scummvm-rg350-8b4627d2470e97a272adfcaec31fd0ea1156aa24.zip
* Accurate / fast gamma correction using LUT
* Enable changing FM quality and sample rate * Saves launcher setting to SMC * Etc. svn-id: r19929
Diffstat (limited to 'backends/gp32/Makefile')
-rw-r--r--backends/gp32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/gp32/Makefile b/backends/gp32/Makefile
index 6420c7b714..44836306dd 100644
--- a/backends/gp32/Makefile
+++ b/backends/gp32/Makefile
@@ -68,7 +68,7 @@ CFLAGS = -marm -march=armv4t -mtune=arm920 -mapcs \
-mno-thumb-interwork \
-I$(GPSDK)/include \
-g \
- -O3 \
+ -O2 \
-fomit-frame-pointer
CPPFLAGS = $(CFLAGS)