forked from lthn/blockchain
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.
8 lines
No EOL
103 B
Text
8 lines
No EOL
103 B
Text
[settings]
|
|
os=Macos
|
|
arch=x86_64
|
|
compiler=apple-clang
|
|
compiler.version=13
|
|
compiler.libcxx=libc++
|
|
|
|
[conf] |