You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # this is a conan profile for Linux Clang 6.0
- [settings]
- os=Linux
- os_build=Linux
- arch=x86_64
- arch_build=x86_64
- compiler=clang
- compiler.version=6.0
- compiler.libcxx=libstdc++11
- build_type=Release
- [options]
- [build_requires]
- [env]
|