(commented out) line to cause ndk to be built without optimization for better source-level debugging

This commit is contained in:
Eric House 2014-03-04 07:07:44 -08:00
parent 7002ff11c7
commit 0a601a73a4

View file

@ -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