attaswift / BigInt

Arbitrary-precision arithmetic in pure Swift
MIT License
764 stars 106 forks source link

Update project settings + fix library evolution support #84

Closed nathanfallet closed 3 years ago

nathanfallet commented 3 years ago

Fixes #83

tgymnich commented 3 years ago

Enabling BUILD_LIBRARY_FOR_DISTRIBUTION would make BigInt slower for clients that do not need library evolution support. Carthage enables this option automatically if needed and in Cocoa Pods you can enable it with a post_install hook. See CocoaPods/CocoaPods #9232 and Alamofire/Alamofire #3477 for more details.