Skip to content

Commit

Permalink
doc: Fix typo in build-unix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 28, 2024
1 parent 4ee1940 commit e78551b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e78551b

Please sign in to comment.