vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | Sat Jan 21 07:08:10 2012 -0500| [bfd1e2bf3a0ccd740a6a4cc98005a64ef07512d8] | committer: Rafaël Carré
android: build with -g (cherry picked from commit c16d79969fec549f45f4b063aebf8710f2db1cfb) Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=bfd1e2bf3a0ccd740a6a4cc98005a64ef07512d8 --- 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 0132b7b..2ec42f9 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
