1
0
Fork 0
forked from lthn/blockchain
blockchain/cmake/profiles/apple-clang-x86_64
Snider e8e2118784 Make build type configurable in Makefile
Added BUILD_TYPE variable to allow specifying build type (e.g., Release, Debug) for all build targets. Updated Conan and CMake commands to use the configurable build type. Cleaned up apple-clang profile files by removing unnecessary user_presets configuration.
2025-09-27 12:40:54 +01:00

8 lines
No EOL
103 B
Text

[settings]
os=Macos
arch=x86_64
compiler=apple-clang
compiler.version=13
compiler.libcxx=libc++
[conf]