We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2342d49 commit 406145aCopy full SHA for 406145a
build_android.sh
@@ -79,13 +79,16 @@ do
79
abi=$(basename $build_target)
80
build_type=$(basename ${build_target%$abi})
81
82
+ # ######
83
+ # UPX disabled because it fails for shared libraries...
84
85
# UPX only works on armeabi-v7a
86
# Other ABIs produce segfaults.
87
# Also no point in compressing debug builds.
- if test $abi = "armeabi-v7a" && test "$build_type" != "debug"
- then
- upx --ultra-brute --8mib-ram $build_target/built/lib/libpdf2htmlEX.so
88
- fi
+ #if test $abi = "armeabi-v7a" && test "$build_type" != "debug"
89
+ #then
90
+ # upx --ultra-brute --8mib-ram $build_target/built/lib/libpdf2htmlEX.so
91
+ #fi
92
done
93
94
# Rename .cmake.in to .cmake and pack it into .tar
0 commit comments