server-side-swift-starter icon indicating copy to clipboard operation
server-side-swift-starter copied to clipboard

Use release configuration on production

Open jayfk opened this issue 9 years ago • 0 comments

The swift dockerfile for production currently uses the debug configuration to build the application.

That's because SwiftyJSON takes around 30 mins to build with the release flag.

Possible fix: https://github.com/apple/swift/commit/2cdd7d64e1e2add7bcfd5452d36e7f5fc6c86a03

jayfk avatar Apr 28 '16 08:04 jayfk