We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Split off from #1868
Distributions don't want the software they ship to use internal libraries when they can be used system wide. It seems dotnet can be built using several system dependencies, but they seem to be undocumented at the moment. It would make sense to document those flags at https://github.com/dotnet/source-build/blob/release/3.1/Documentation/packaging-installation.md.
Think of flags like -p:UseSystemLibunwind=true.
-p:UseSystemLibunwind=true
The text was updated successfully, but these errors were encountered:
Document flags for building against system libraries
d79f360
Fixes: dotnet#1884
689d240
d7ffa94
Document flags for building against system libraries (#1939)
bd97d04
Fixes: #1884
No branches or pull requests
Split off from #1868
Distributions don't want the software they ship to use internal libraries when they can be used system wide. It seems dotnet can be built using several system dependencies, but they seem to be undocumented at the moment. It would make sense to document those flags at https://github.com/dotnet/source-build/blob/release/3.1/Documentation/packaging-installation.md.
Think of flags like
-p:UseSystemLibunwind=true
.The text was updated successfully, but these errors were encountered: