krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
910 stars 336 forks source link

Disable LLVM bitcode support (again) #74

Closed ilammy closed 4 years ago

ilammy commented 4 years ago

PR #73 has enabled embedded bitcode, however it seems to be still not usable for binary distributions (see issues #57, #65, #70). Let’s remove all new -fenable-bitcode flags added by that change.

krzyzanowskim commented 4 years ago

thank you