st3fan / ios-openssl

Port of OpenSSL for iOS
389 stars 118 forks source link

Remove -j4 #23

Closed henrynacho closed 9 years ago

henrynacho commented 9 years ago

Steve saw a case where libcrypto.a in arm64 arch was built with a few .o missing. This could be due to a Makefile that is not parallel make friendly. Remove the flag for now.