Use --enable-minimal in the Android and iOS builds

This commit is contained in:
Frank Denis 2014-08-13 23:32:26 -07:00
parent 6c78c9815c
commit 729a54f4a2
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
./configure --host="${HOST_COMPILER}" \
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" \
--prefix="${PREFIX}" \
--enable-minimal \
--disable-soname-versions && \
make clean && \
make -j3 install && \

View File

@ -10,6 +10,7 @@ export PREFIX="$(pwd)/libsodium-ios"
./configure --host=arm-apple-darwin10 \
--disable-shared \
--enable-minimal \
--prefix="$PREFIX" && \
make clean && \
make -j3 install && \