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

NativeAot: Allow disabling -pie flag #64580

Merged
merged 1 commit into from
Feb 1, 2022
Merged

NativeAot: Allow disabling -pie flag #64580

merged 1 commit into from
Feb 1, 2022

Conversation

StephanDollberg
Copy link
Contributor

@StephanDollberg StephanDollberg commented Jan 31, 2022

Adds a msbuild property PositionIndependentExecutable to the -pie
flag.

While good by default for security reasons they might make binary
incompatible with certain tools (magic-trace).

Adds a msbuild property `PositionIndependentExecutable` to the -pie
flag.

While good by default for security reasons they might make binary
incompatible with certain tools.
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jan 31, 2022
@ghost
Copy link

ghost commented Jan 31, 2022

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

Adds a msbuild property PositionIndependentExecutable to the -pie
flag.

While good by default for security reasons they might make binary
incompatible with certain tools.

Author: StephanDollberg
Assignees: -
Labels:

area-Infrastructure-coreclr

Milestone: -

@jkotas jkotas merged commit 58db8db into dotnet:main Feb 1, 2022
@jkotas
Copy link
Member

jkotas commented Feb 1, 2022

Thank you!

@ghost ghost locked as resolved and limited conversation to collaborators Mar 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-coreclr community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants