1
0
Fork 0
forked from lthn/blockchain
blockchain/cmake/profiles/win_x86_64_mingw
2025-09-24 21:01:35 +01:00

17 lines
274 B
Text

[settings]
os=Windows
arch=x86_64
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++11
build_type=Release
[options]
# Example: boost:without_test=True
[env]
CC=x86_64-w64-mingw32-gcc
CXX=x86_64-w64-mingw32-g++
[conf]
tools.cmake.cmaketoolchain:user_presets=False