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

Allow building without linking to libc #134

Open
alexrp opened this issue May 19, 2024 · 1 comment
Open

Allow building without linking to libc #134

alexrp opened this issue May 19, 2024 · 1 comment
Assignees
Labels
area: documentation Issues related to the documentation. area: sdk Issues related to the MSBuild SDK. area: tasks Issues related to MSBuild tasks. state: deliberation Issues that require design work and/or discussion.
Milestone

Comments

@alexrp
Copy link
Member

alexrp commented May 19, 2024

Either if NoStdLib is set (but see dotnet/sdk#29110) or DisableImplicitFrameworkReferences.

@alexrp alexrp added type: feature state: approved Enhancements and tasks that have been approved. area: documentation Issues related to the documentation. area: sdk Issues related to the MSBuild SDK. area: tasks Issues related to MSBuild tasks. labels May 19, 2024
@alexrp alexrp added this to the v5.0 milestone May 19, 2024
@alexrp alexrp self-assigned this May 19, 2024
@alexrp alexrp added state: deliberation Issues that require design work and/or discussion. and removed state: approved Enhancements and tasks that have been approved. labels Jul 11, 2024
@alexrp alexrp modified the milestones: v5.0, Future Jul 11, 2024
@alexrp
Copy link
Member Author

alexrp commented Jul 11, 2024

Putting this off for now because there's some nuance to be considered here. For example, would the user still expect to link to compiler-rt in this case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation Issues related to the documentation. area: sdk Issues related to the MSBuild SDK. area: tasks Issues related to MSBuild tasks. state: deliberation Issues that require design work and/or discussion.
Development

No branches or pull requests

1 participant