mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
1c976c691c
Enable `bitcoin-unterminated-logprintf`. Co-authored-by: Cory Fields <cory-nospam-@coryfields.com>
8 lines
151 B
Text
8 lines
151 B
Text
# 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)
|
|
```
|