softprops / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
162 stars 76 forks source link

Add option to disable --release? #21

Closed Keats closed 5 years ago

Keats commented 5 years ago

It would be nice to be able to easily build in debug mode while developing the lambda. Opt-in of course.

softprops commented 5 years ago

This is a great idea. The default is optimized for speed and compact size. I think debug should be an option too. I'll look into this