From 0a601a73a4d3fababe9c634328ab6f6473ba5bb2 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 4 Mar 2014 07:07:44 -0800 Subject: [PATCH] (commented out) line to cause ndk to be built without optimization for better source-level debugging --- xwords4/android/scripts/ndksetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/android/scripts/ndksetup.sh b/xwords4/android/scripts/ndksetup.sh index e8bee846d..0b437e54f 100755 --- a/xwords4/android/scripts/ndksetup.sh +++ b/xwords4/android/scripts/ndksetup.sh @@ -18,6 +18,7 @@ elif [ -n "$XWORDS_DEBUG_X86ONLY" ]; then else echo "APP_ABI := armeabi x86" >> $TMP_MK fi +# echo "APP_OPTIM := debug" >> $TMP_MK # Now replace the existing file, but only if it's different. Touching # it causes the library to be completely rebuilt, so avoid that if