如何创建 conan debug 配置文件
运行此命令从你的 default 配置文件创建 debug 配置文件:
create_conan_debug_profile.sh
cp ~/.conan/profiles/default ~/.conan/profiles/debug && sed -i -e 's/Release/Debug/g' ~/.conan/profiles/debugconan 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