mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
doc: Fix typo in build-unix.md
This commit is contained in:
parent
4ee1940e84
commit
e78551baec
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ For the default build type `RelWithDebInfo`, the default compile flags are
|
||||||
|
|
||||||
Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
|
Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
|
||||||
|
|
||||||
cmake -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CC_COMPILER=clang
|
cmake -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
|
||||||
|
|
||||||
## Linux Distribution Specific Instructions
|
## Linux Distribution Specific Instructions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue