mingw 431 B

1234567891011121314151617181920212223
  1. [settings]
  2. os=Windows
  3. arch=x86_64
  4. compiler=gcc
  5. build_type=Release
  6. compiler.cppstd=gnu17
  7. compiler.libcxx=libstdc++11
  8. compiler.version=12
  9. [buildenv]
  10. CC=x86_64-w64-mingw32-gcc
  11. CXX=x86_64-w64-mingw32-g++
  12. LD=ix86_64-w64-mingw32-ld
  13. RC=x86_64-w64-mingw32-windres
  14. [options]
  15. boost/*:without_fiber=True
  16. boost/*:without_graph=True
  17. boost/*:without_log=True
  18. boost/*:without_stacktrace=True
  19. boost/*:without_test=True
  20. boost/*:without_wave=True