Skip to content

Commit

Permalink
fix -O3 compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
palmin committed Jan 26, 2024
1 parent 3248042 commit f8a299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libssh2/scripts/build-loop-targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ do
export CFLAGS="-arch $ARCH $OPTFLAG -pipe -no-cpp-precomp -fPIE -isysroot $SDKROOT --target=$ARCH-apple-ios14.0-macabi -miphoneos-version-min=14.0 -fembed-bitcode -L${OPENSSLDIR}/lib"
export CPPFLAGS="-arch $ARCH $OPTFLAG -pipe -no-cpp-precomp -fPIE -isysroot $SDKROOT --target=$ARCH-apple-ios14.0-macabi -miphoneos-version-min=14.0 -fembed-bitcode"
else
export CFLAGS="-arch $ARCH $OPTFLAG-pipe -no-cpp-precomp -fPIE -isysroot $SDKROOT -fembed-bitcode -L${OPENSSLDIR}/lib"
export CFLAGS="-arch $ARCH $OPTFLAG -pipe -no-cpp-precomp -fPIE -isysroot $SDKROOT -fembed-bitcode -L${OPENSSLDIR}/lib"
export CPPFLAGS="-arch $ARCH $OPTFLAG -pipe -no-cpp-precomp -fPIE -isysroot $SDKROOT -fembed-bitcode"
fi
else
Expand Down

0 comments on commit f8a299f

Please sign in to comment.