How to create conan debug profile
Run this command to create a debug profile from your default profile:
create_conan_debug_profile.sh
cp ~/.conan/profiles/default ~/.conan/profiles/debug && sed -i -e 's/Release/Debug/g' ~/.conan/profiles/debugExample output from conan profile show debug:
conan_profile_debug.txt
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=9
compiler.libcxx=libstdc++
build_type=Debug
[options]
[conf]
[build_requires]
[env]If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow