nelhage / rules_boost

bazel build rules to use boost in bazel projects
Apache License 2.0
288 stars 232 forks source link

Header-only Boost libraries? #430

Open carlosgalvezp opened 1 year ago

carlosgalvezp commented 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?

Thanks!

peakschris commented 11 months ago

I have the same question, thanks!