1234567891011121314151617181920212223 |
- [settings]
- os=Windows
- arch=x86_64
- compiler=gcc
- build_type=Release
- compiler.cppstd=gnu17
- compiler.libcxx=libstdc++11
- compiler.version=12
- [buildenv]
- CC=x86_64-w64-mingw32-gcc
- CXX=x86_64-w64-mingw32-g++
- LD=ix86_64-w64-mingw32-ld
- RC=x86_64-w64-mingw32-windres
- [options]
- boost/*:without_fiber=True
- boost/*:without_graph=True
- boost/*:without_log=True
- boost/*:without_stacktrace=True
- boost/*:without_test=True
- boost/*:without_wave=True
|