subo icon indicating copy to clipboard operation
subo copied to clipboard

Run compilers in release mode

Open cohix opened this issue 4 years ago • 2 comments

Rust for example provides a --release mode, and we should run that by default, with a --debug Subo flag for when that's not desired.

cohix avatar Jan 14 '21 10:01 cohix

Looks like the build cmds/flags used are determined @ https://github.com/suborbital/subo/blob/ad5be137b5b8dd68e2897459f5efa45d4534451c/builder/context/native.go#L20-L25

I think simple conditional template annotations could solve this along with that new subo flag --debug. I can take this on if no one else is working on it

denopink avatar Nov 26 '21 21:11 denopink

It was not as simple as I thought! 🙃

denopink avatar Dec 03 '21 01:12 denopink