summaryrefslogtreecommitdiffstats
path: root/build_android.sh
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-11-08 15:27:09 +1300
committerAnthony Blake <anthonix@me.com>2012-11-08 15:27:09 +1300
commit4031aad2ed6768950189d50299a51119014ccd32 (patch)
tree95dd82578edc22100d8551cbe2cb3591e6a3f1ed /build_android.sh
parentc4ff012812bb1d7db63d9ed1d9caa19e79c11ff4 (diff)
downloadffts-4031aad2ed6768950189d50299a51119014ccd32.zip
ffts-4031aad2ed6768950189d50299a51119014ccd32.tar.gz
Slightly better transpose for NEON
Diffstat (limited to 'build_android.sh')
-rwxr-xr-xbuild_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_android.sh b/build_android.sh
index 8576f75..a9e6827 100755
--- a/build_android.sh
+++ b/build_android.sh
@@ -46,7 +46,7 @@ export LD="${TARGPLAT}-ld"
export AR="${TARGPLAT}-ar"
export RANLIB="${TARGPLAT}-ranlib"
export STRIP="${TARGPLAT}-strip"
-export CFLAGS="-O3"
+export CFLAGS="-Os"
mkdir -p $INSTALL_DIR
./configure --enable-neon --build=${CONFBUILD} --host=${CONFTARG} --prefix=$INSTALL_DIR LIBS="-lc -lgcc"
OpenPOWER on IntegriCloud