Ticket #4589: boost-libstdc++-runtime-debugging.patch

File boost-libstdc++-runtime-debugging.patch, 574 bytes (added by anonymous, 10 years ago)

an old patch that fixes this issue.

  • boost_1_43_0/tools/build/v2/tools/builtin.jam

    old new  
    386386
    387387
    388388variant debug   : <optimization>off <debug-symbols>on <inlining>off
    389                   <runtime-debugging>on ;
     389                  <runtime-debugging>on <define>_GLIBCXX_DEBUG ;
    390390variant release : <optimization>speed <debug-symbols>off <inlining>full
    391391                  <runtime-debugging>off <define>NDEBUG ;
    392392variant profile : release : <profiling>on <debug-symbols>on ;