1
0
Fork 0
forked from lthn/blockchain
blockchain/cmake/profiles/msvc-194-x86_64
Snider bcb5f366e5 Update MSVC setup and set build type to Release
Adds TheMrMilchmann/setup-msvc-dev action to the Windows workflow with toolset 17.11.5 and x64 architecture. Also sets build_type to Release in the MSVC 194 x86_64 CMake profile.
2025-10-02 11:57:28 +01:00

8 lines
No EOL
130 B
Text

[settings]
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.runtime=static
compiler.version=194
os=Windows
build_type=Release