mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
If the OSX code in ios.sh is just for the simulator, using -Oz is fine
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user