mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-19 05:12:03 +02:00
doc: Fix typo in build-unix.md
This commit is contained in:
parent
4ee1940e84
commit
e78551baec
@ -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…
x
Reference in New Issue
Block a user