mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
.. | ||
bitcoin-tidy.cpp | ||
CMakeLists.txt | ||
example_logprintf.cpp | ||
logprintf.cpp | ||
logprintf.h | ||
README |
# Bitcoin Tidy Example Usage: ```bash cmake -S . -B build -DLLVM_DIR=/path/to/lib/cmake/llvm -DCMAKE_BUILD_TYPE=Release make -C build -j$(nproc) ```