mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
bb3263d3e3
LLVM uses these options for building as well, so there's precedent. Also fix the shared library extension which was incorrectly being set to dylib |
||
---|---|---|
.. | ||
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) ```