AutobahnSwift / Autobahn

CLI tool written in Swift heavily inspired by https://github.com/fastlane/fastlane
MIT License
129 stars 6 forks source link

build autobahn w/ static linked stdlib on release #10

Closed kiliankoe closed 6 years ago

kiliankoe commented 6 years ago

Afaict this is/will be used to build releases for Autobahn. In that case it really helps to link Swift's stdlib statically since people will have different toolchains running on their devices and the small speed improvement is also nice to have 😊