Skip to content

Commit

Permalink
android: Build with -funwind-tables to get better stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Aug 21, 2018
1 parent 0de1c0a commit 9ac236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.android
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for opt do
ANDROID_ABI=armeabi
BUILD=android.api15_armv7
TOOLCHAIN=${TOPDIR}/build.${BUILD}/toolchain/bin/arm-linux-androideabi-
ARCH_CFLAGS="-march=armv7-a -mfloat-abi=softfp -mfpu=neon"
ARCH_CFLAGS="-march=armv7-a -mfloat-abi=softfp -mfpu=neon -funwind-tables"
ARCH_LDFLAGS="-march=armv7-a -Wl,--fix-cortex-a8"
LIBAV_ARCH_FLAGS="--cross-prefix=${TOOLCHAIN} --enable-cross-compile --arch=armv7 --target-os=android --enable-shared --disable-static --as=${TOOLCHAIN}gcc"
CC=${TOOLCHAIN}clang
Expand Down

0 comments on commit 9ac236f

Please sign in to comment.