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
Hi!
It seems that the Boost libraries provided by this package are not header-only, since they compile a number of .cpp files. Boost documents that the libraries are header-only, for example: https://www.boost.org/doc/libs/1_65_1/doc/html/stacktrace/configuration_and_build.html
By default Boost.Stacktrace is a header-only library
Is there any flag we can set to rules_boost so that we get header-only boost libraries?
rules_boost
Thanks!
The text was updated successfully, but these errors were encountered:
I have the same question, thanks!
Sorry, something went wrong.
No branches or pull requests
Hi!
It seems that the Boost libraries provided by this package are not header-only, since they compile a number of .cpp files.
Boost documents that the libraries are header-only, for example:
https://www.boost.org/doc/libs/1_65_1/doc/html/stacktrace/configuration_and_build.html
Is there any flag we can set to
rules_boost
so that we get header-only boost libraries?Thanks!
The text was updated successfully, but these errors were encountered: