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.

18 lines
348B

  1. # this is a conan profile for MinGW GCC 8.1
  2. [settings]
  3. os=Windows
  4. os_build=Windows
  5. arch=x86_64
  6. arch_build=x86_64
  7. compiler=gcc
  8. compiler.version=8.1
  9. compiler.exception=seh
  10. compiler.libcxx=libstdc++11
  11. compiler.threads=posix
  12. build_type=Release
  13. [options]
  14. [build_requires]
  15. mingw_installer/1.0@conan/stable
  16. msys2_installer/latest@bincrafters/stable
  17. [env]