Open Btlmd opened 1 year ago
Second this. Also in need of this option.
I think it should be a compiler setting just like runtime_type
for MSVC. Then just like the compiler.libcxx
setting defines _GLIBCXX_USE_CXX11_ABI
in the build helpers, it should similarly define _GLIBCXX_DEBUG
.
I third this. What is the current approach to deal with this?
Hello, I'm trying to debug a project and attempt to use preprocessor macro
_GLIBCXX_DEBUG
to assist the debug. This requires all packages to be compiled with this macro, or a link error will occur.However, I don't know how I can get the required packages compiled with this macro. Is it possible to get the packages in conanfile compiled with custom macros?
canonfile.txt
with profile
This profile is not working, and cannot get the required packages compiled with
_GLIBCXX_DEBUG
, and when I enabled this macro in CMake, the link error occurs