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.

14 lines
227B

  1. # this is a conan profile for Linux Clang 6.0
  2. [settings]
  3. os=Linux
  4. os_build=Linux
  5. arch=x86_64
  6. arch_build=x86_64
  7. compiler=clang
  8. compiler.version=6.0
  9. compiler.libcxx=libstdc++11
  10. build_type=Release
  11. [options]
  12. [build_requires]
  13. [env]