Build debug version of Boost on CentOS 7
问题 I'm trying to build a debug version of Boost on CentOS 7 with the following command: ./b2 runtime-link=shared runtime-debugging=on variant=debug link=shared install However, I don't see the g nor d ABI flag in the names of the generated library files. Have I done something wrong? Everything works just fine when building on Windows. 回答1: I think that should work. If building like you do and inspecting one of the resulting libs with objdump objdump --syms libboost_wave.so | grep debug I get ...