mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
Compile native library with -fvisibility=hidden
This avoids exposing the symbols of the used libraries like SQLite3 and reduces the library size.
This commit is contained in:
parent
ebaa5f69c4
commit
2849555088
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
set -e
|
||||
echo "starting time: `date`"
|
||||
|
||||
export CFLAGS="-fno-unwind-tables -fno-exceptions -fno-asynchronous-unwind-tables -fomit-frame-pointer"
|
||||
export CFLAGS="-fno-unwind-tables -fno-exceptions -fno-asynchronous-unwind-tables -fomit-frame-pointer -fvisibility=hidden"
|
||||
|
||||
: "${ANDROID_NDK_ROOT:=$ANDROID_NDK_HOME}"
|
||||
: "${ANDROID_NDK_ROOT:=$ANDROID_NDK}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue