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

Configure -optl-static via feature flag #1410

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Configure -optl-static via feature flag #1410

merged 1 commit into from
Aug 17, 2020

Conversation

aherrmann
Copy link
Member

As discussed in #1408 this replaces the need to configure compiler_flags directly by setting features = ["fully_static_link"] to configure a fully statically linked binary. This does not yet address how to configure fully static linking for binaries generated by stack_snapshot. However, configuring the feature flag globally via the command-line flag --features fully_static_link will already produce fully statically linked stack_snapshot binaries.

@aherrmann
Copy link
Member Author

/azp run

Copy link
Member

@mboes mboes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 to following the precedent from the CC rules.

@aherrmann aherrmann added the merge-queue merge on green CI label Aug 17, 2020
@mboes
Copy link
Member

mboes commented Aug 17, 2020

How bizarre. The force-push notification above attributes it to @TerrorJack, when it's likely from @aherrmann...

@aherrmann
Copy link
Member Author

How bizarre. The force-push notification above attributes it to @TerrorJack, when it's likely from @aherrmann...

It's the rebase from mergify. For some reason mergify attributes that to some random user (random as in I don't know what determines it). For a while it was @mboes, e.g. here, recently it switched to being @TerrorJack.

@mergify mergify bot merged commit aabeedc into master Aug 17, 2020
@mergify mergify bot deleted the allow-files branch August 17, 2020 13:45
@mergify mergify bot removed the merge-queue merge on green CI label Aug 17, 2020
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