Conan-Debug-Profil erstellen

English Deutsch

Diesen Befehl ausführen, um ein debug-Profil aus dem default-Profil zu erstellen:

create_conan_debug_profile.sh
cp ~/.conan/profiles/default ~/.conan/profiles/debug && sed -i -e 's/Release/Debug/g' ~/.conan/profiles/debug

Beispielausgabe von 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]

Check out similar posts by category: C/C++, Conan