Conversation
…6 from CryptoSwift
|
Issue tracker #566 |
|
Could we add the ability to pass build options. Sometimes it is nice to optimize for size and we can use |
fcf0444 to
bf73943
Compare
Thank you @tkrajacic This is planned. This will be a default setting, with an opt-out possibility
I think UPDATE: It's difficult to get an authoritative list of compiler and linker flags passed with |
I was thinking more along the lines that you can pass arbitrary flags through to the compiler. Alternatively, why not just allow the user to add any |
I think we should provide both. 1/ a sensible default set of options (like |
This is a set of new plugins to help user to get started:
lambda-init,lambda-build,lambda-deployMotivation:
See this proposal:
https://github.com/swift-server/swift-aws-lambda-runtime/blob/main/Plugins/Documentation.docc/Proposals/0001-v2-plugins.md
Modifications:
The plugin code is minimal, just a wrapper around a CLI executable defined in a new target.
And a common command line helper
Result:
Three new plugins available.
TODO: add plugin output for a full
init,build,deploycycle.