Skip to content

Commit 4ae3be7

Browse files
committed
Merge bitcoin/bitcoin#30744: doc: Fix typo in build-unix.md
e78551b doc: Fix typo in `build-unix.md` (Hennadii Stepanov) Pull request description: Addresses bitcoin/bitcoin#30454 (comment). ACKs for top commit: davidgumberg: ACK bitcoin/bitcoin@e78551b l0rinc: ACK e78551b tdb3: ACK e78551b Tree-SHA512: a312a7718ac3fe4a9a204518f1306f4d4622b9c11e027f26960d15ac2e2380682604890a2ae4b874a28e0798f243f8226475cda3a8f468a1aa98df7ab26eea5f
2 parents 4ee1940 + e78551b commit 4ae3be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For the default build type `RelWithDebInfo`, the default compile flags are
3434

3535
Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
3636

37-
cmake -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CC_COMPILER=clang
37+
cmake -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
3838

3939
## Linux Distribution Specific Instructions
4040

0 commit comments

Comments
 (0)