mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
(commented out) line to cause ndk to be built without optimization for better source-level debugging
This commit is contained in:
parent
7002ff11c7
commit
0a601a73a4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue