Open carlosgalvezp opened 1 year ago
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!
I have the same question, thanks!
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!