-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] xxhash/0.8.2: missing options #25778
Comments
Could you clarify what you want exactly? Would you want xxhash recipe to expose a header_only option so that it would just package header of xxhash without any compilation? I don't see any reason to do that in a package manager when we have a proper build alternative. |
Yeah, usually I would agree. In this case there's a clear performance benefit to enabling inlining of those functions, however.
|
XXH_STATIC_LINKING_ONLY is defined by default through compilation of xxhah.c https://github.com/Cyan4973/xxHash/blob/v0.8.2/xxhash.c#L40 Well feel free to open a PR adding |
Description
The recipe is missing options for
XXH_STATIC_LINKING_ONLY
andXXH_IMPLEMENTATION
(header only).Package and Environment Details
Conan profile
N/A
Steps to reproduce
N/A
Logs
N/A
The text was updated successfully, but these errors were encountered: