-
Couldn't load subscription status.
- Fork 31
Add option to enable SSP #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -1,6 +1,10 @@ | |||
| [toolchain] | |||
| #IF option("riscv") | |||
| #IF option("stack-smashing-protection") | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we want to make "nightly" its own option - for now it's just one tap more in the UI but maybe we have more things in future which will need nightly - but I guess we can do it then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thankfully esp-generate options need not to be backwards compatible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - I think it's a nice feature but we made it very hard to discover in the past
Closes #45