forked from lthn/blockchain
Renamed and updated CMake build profiles for consistency across platforms, added a new gcc-linux-armv8 profile, and removed legacy build scripts and utilities from the utils directory. Introduced Docker build context and documentation for containerized builds. Updated docs submodule reference.
9 lines
146 B
Text
9 lines
146 B
Text
[settings]
|
|
os=Linux
|
|
arch=armv8
|
|
compiler=gcc
|
|
compiler.version=11
|
|
compiler.libcxx=libstdc++11
|
|
|
|
[conf]
|
|
tools.cmake.cmaketoolchain:user_presets=False
|