This simplifies a lot the generation of the config.ini file with
cmake.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING6141580111ce: [CMAKE] Use a cmake template for config.ini
rABC6141580111ce: [CMAKE] Use a cmake template for config.ini
cmake -GNinja .. -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win64.cmake
Check the extension is set to .exe
cmake -GNinja ..
Check all the options but the fuzzer and bitcoind are ON
cmake -GNinja .. -DBUILD_BITCOIN_CLI=OFF -DBUILD_BITCOIN_WALLET=OFF
-DBUILD_BITCOIN_ZMQ=OFF
Check all the options are OFF
With Clang:
cmake -GNinja .. -DENABLE_SANITIZERS=fuzzer
Check the fuzzer is ON
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable