[vlc-commits] android: build with -g
Rafaël Carré
git at videolan.org
Wed Jan 25 07:08:44 CET 2012
vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | 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é <funman at videolan.org>
> 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
More information about the vlc-commits
mailing list