Created
August 7, 2022 05:32
-
-
Save navono/4f7671fe8e350885e500c2b12ca45a0d to your computer and use it in GitHub Desktop.
conan profile: debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[settings] | |
os=Windows | |
os_build=Windows | |
arch=x86_64 | |
arch_build=x86_64 | |
compiler=Visual Studio | |
compiler.version=16 | |
build_type=Debug | |
[options] | |
[build_requires] | |
[env] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[settings] | |
os=Windows | |
os_build=Windows | |
arch=x86_64 | |
arch_build=x86_64 | |
compiler=Visual Studio | |
compiler.version=16 | |
build_type=Release | |
[options] | |
[build_requires] | |
[env] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[settings] | |
os=Windows | |
os_build=Windows | |
arch=x86_64 | |
arch_build=x86_64 | |
compiler=gcc | |
compiler.version=11 | |
compiler.libcxx=libstdc++ | |
build_type=Release | |
[options] | |
[build_requires] | |
[env] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment