aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2012-12-01 23:51:57 -0500
committerCory Fields <theuni-nospam-@xbmc.org>2012-12-01 23:51:57 -0500
commitb5f4d57072d237bf1d3ff22f3e2e052d3e40ab2a (patch)
tree35ca50ffb021a93ce83c4d5208692ecf76845483
parente00a098e07b9f2513cda375cbec0c736288b1666 (diff)
[droid] rub some cheetah-blood on the droid
-rw-r--r--tools/android/depends/xbmc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/android/depends/xbmc/Makefile b/tools/android/depends/xbmc/Makefile
index 2662821af0..38d1a89e1c 100644
--- a/tools/android/depends/xbmc/Makefile
+++ b/tools/android/depends/xbmc/Makefile
@@ -11,6 +11,9 @@ export USE_TEXTUREPACKER_NATIVE_ROOT=$(NATIVEPREFIX)
export MYSQL_CONFIG=$(PREFIX)/bin/mysql_config
export LIBS+=-lcrystax
+export CXXFLAGS+="-O3"
+export CFLAGS+="-O3"
+
# configuration settings
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) build-aux/ ;\
./configure --prefix=$(PREFIX) --host=$(HOST) \