BUG: Turn off `USERVER_FEATURE_UBOOST_CORO` when install `userver`
Closed this issue · 1 comments
root-kidik commented
BUG: Turn off `USERVER_FEATURE_UBOOST_CORO` when install `userver`
apolukhin commented
This has a drawback. The Boost.Context in the system is build without sanitizers support., so turning off the USERVER_FEATURE_UBOOST_CORO
wouod break the debug\development builds of userver.
Rather that tweaking the USERVER_FEATURE_UBOOST_CORO
values it is more profitable to make a deploy docker image for userver (an image without build dependencies, but rather with runtime deps)