79270374

Date: 2024-12-11 03:08:52
Score: 0.5
Natty:
Report link

GitHub user Osyotr's suggestion worked -- adding the following to CMakeLists.txt:

target_compile_definitions(${target_name} PUBLIC "$<$<CONFIG:Debug>:BOOST_DEBUG_PYTHON>")
target_compile_definitions(${target_name} PUBLIC "$<$<CONFIG:Debug>:Py_DEBUG>")

Thanks, Osyotr!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Stephen G Tuggy