mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
Reduce libnative-utils.so size
This commit is contained in:
parent
eea523da7f
commit
38a716a63b
3 changed files with 10 additions and 3 deletions
|
@ -39,6 +39,8 @@
|
|||
set -e
|
||||
echo "starting time: `date`"
|
||||
|
||||
export CFLAGS="-fno-unwind-tables -fno-exceptions -fno-asynchronous-unwind-tables -fomit-frame-pointer"
|
||||
|
||||
: "${ANDROID_NDK_ROOT:=$ANDROID_NDK_HOME}"
|
||||
: "${ANDROID_NDK_ROOT:=$ANDROID_NDK}"
|
||||
if test -z "$ANDROID_NDK_ROOT"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue