mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
Merge bitcoin/bitcoin#30744: doc: Fix typo in build-unix.md
e78551baec
doc: Fix typo in `build-unix.md` (Hennadii Stepanov) Pull request description: Addresses https://github.com/bitcoin/bitcoin/pull/30454#discussion_r1735220144. ACKs for top commit: davidgumberg: ACKe78551baec
l0rinc: ACKe78551baec
tdb3: ACKe78551baec
Tree-SHA512: a312a7718ac3fe4a9a204518f1306f4d4622b9c11e027f26960d15ac2e2380682604890a2ae4b874a28e0798f243f8226475cda3a8f468a1aa98df7ab26eea5f
This commit is contained in:
commit
4ae3be772d
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:
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue