1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-20 02:25:14 -07:00

If the OSX code in ios.sh is just for the simulator, using -Oz is fine

This commit is contained in:
Frank Denis 2014-12-10 21:41:31 -08:00
parent f2b034867e
commit a96eb971b4

View File

@ -16,6 +16,7 @@ export OSX_PREFIX="$PREFIX/tmp/ios"
mkdir -p $IOS_PREFIX $OSX_PREFIX || exit 1
# Build for OSX First
export CFLAGS="-Oz"
./configure --disable-shared \
--enable-minimal \
--prefix="$OSX_PREFIX"