mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
11ee058ef5
Also requires disabling FFI. |
||
---|---|---|
.. | ||
bitcoin-tidy.cpp | ||
CMakeLists.txt | ||
example_logprintf.cpp | ||
logprintf.cpp | ||
logprintf.h | ||
README.md |
Bitcoin Tidy
Example Usage:
cmake -S . -B build -DLLVM_DIR=$(llvm-config --cmakedir) -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
cmake --build build --target bitcoin-tidy-tests -j$(nproc)