More deadstripping.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4480 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
70ed8c3b32
commit
71f3910055
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -73,7 +73,7 @@ do
|
||||
;;
|
||||
arm64-v8a)
|
||||
TRIBLE="aarch64-linux-android"
|
||||
OPTIONS="--static -static -fPIC -D__ANDROID_API__=${API_LEVEL} -Wno-macro-redefined"
|
||||
OPTIONS="--static -static -ffunction-sections -fdata-sections -fPIC -D__ANDROID_API__=${API_LEVEL} -Wno-macro-redefined"
|
||||
DESTDIR="/tmp/$BUILD_DIR/arm64-v8a"
|
||||
SSL_TARGET="android-arm64"
|
||||
CC=clang
|
||||
|
Loading…
Reference in New Issue
Block a user