Skip to content
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

RFC 10: Default C flags #18

Closed
wants to merge 1 commit into from
Closed

RFC 10: Default C flags #18

wants to merge 1 commit into from

Conversation

stevendanna
Copy link

Habitat's core plans should provide a reliable base system on which
Habitat users can build applications. To meet this goal, core-plans
software written in the C programming language should use compiler and
linker flags that provide a level of performance and security at least
as good as other Linux distributions.

Multiple users have attempted to make progress on this issue in the
past. For example,

and the lack of optimization was recently discussed in the Habitat
Slack.

NOTE FOR REVIEW: I took a "slow and steady" approach to implementing
this on the assumption that this would be mostly an effort that
happens outside the core Hab team. I think a faster path is possible.

Signed-off-by: Steven Danna [email protected]

Habitat's core plans should provide a reliable base system on which
Habitat users can build applications. To meet this goal, core-plans
software written in the C programming language should use compiler and
linker flags that provide a level of performance and security at least
as good as other Linux distributions.

Multiple users have attempted to make progress on this issue in the
past. For example,

- habitat-sh/core-plans#587
- habitat-sh/core-plans#881

and the lack of optimization was recently discussed in the Habitat
Slack.

NOTE FOR REVIEW: I took a "slow and steady" approach to implementing
this on the assumption that this would be mostly an effort that
happens outside the core Hab team. I think a faster path is possible.

Signed-off-by: Steven Danna <[email protected]>
@stevendanna stevendanna requested a review from a team as a code owner April 30, 2020 11:23
@smacfarlane
Copy link
Contributor

@stevendanna Would you mind re-opening this as a design document on the core-plans repo?
https://github.com/habitat-sh/core-plans/tree/master/docs/dev

This repo is no longer monitored and should be archived. Sorry for any confusion here.

@stevendanna
Copy link
Author

🎉 habitat-sh/core-plans#3343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants