mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
9 lines
151 B
Text
9 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)
|
||
|
```
|