vlc | branch: master | Rafaël Carré <[email protected]> | Sat Jan 21 07:08:10 2012 -0500| [c16d79969fec549f45f4b063aebf8710f2db1cfb] | committer: Rafaël Carré
android: build with -g > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c16d79969fec549f45f4b063aebf8710f2db1cfb --- extras/package/android/configure.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extras/package/android/configure.sh b/extras/package/android/configure.sh index 30feeaa..5c2ea69 100755 --- a/extras/package/android/configure.sh +++ b/extras/package/android/configure.sh @@ -12,7 +12,7 @@ VLC_SOURCEDIR="`dirname $0`/../../.." # needed for old ndk: change all the arm-linux-androideabi to arm-eabi # the --host is kept on purpose because otherwise libtool complains.. -CFLAGS="-O2 -mlong-calls -fstrict-aliasing -fprefetch-loop-arrays -ffast-math" +CFLAGS="-g -O2 -mlong-calls -fstrict-aliasing -fprefetch-loop-arrays -ffast-math" LDFLAGS="-Wl,-Bdynamic,-dynamic-linker=/system/bin/linker -Wl,--no-undefined" if [ -z "$NO_NEON" ]; then _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
