You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to debug my usage of boost_log/1.66.0@bincrafters/stable. By default the library is not built with debugging symbols. I was able to get a debug build by changing the conanfile.py in conan-boost_log to include
After this, setting boost_log:b2_options=variant=debug in my Conanfile gave me the result I was looking for.
Can we add a check for conanfile.options.b2_options in boost_package_tools? This could make all of the modular Boost packages flexible for the end-user without needing to encode every b2 feature in each individual Conanfile. Individual Boost packages could be updated with the new option as-needed or proactively.
Package Details (Include if Applicable)
Package Name/Version: boost_*/*
The text was updated successfully, but these errors were encountered:
Description of Problem, Request, or Question
I needed to debug my usage of
boost_log/1.66.0@bincrafters/stable
. By default the library is not built with debugging symbols. I was able to get a debug build by changing theconanfile.py
inconan-boost_log
to includeAfter this, setting
boost_log:b2_options=variant=debug
in my Conanfile gave me the result I was looking for.Can we add a check for
conanfile.options.b2_options
inboost_package_tools
? This could make all of the modular Boost packages flexible for the end-user without needing to encode every b2 feature in each individual Conanfile. Individual Boost packages could be updated with the new option as-needed or proactively.Package Details (Include if Applicable)
The text was updated successfully, but these errors were encountered: