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 MinGW GCC 8.1
- [settings]
- os=Windows
- os_build=Windows
- arch=x86_64
- arch_build=x86_64
- compiler=gcc
- compiler.version=8.1
- compiler.exception=seh
- compiler.libcxx=libstdc++11
- compiler.threads=posix
- build_type=Release
- [options]
- [build_requires]
- mingw_installer/1.0@conan/stable
- msys2_installer/latest@bincrafters/stable
- [env]
|