doc: Fix typo in build-unix.md

This commit is contained in:
Hennadii Stepanov 2024-08-28 21:05:19 +01:00
parent 4ee1940e84
commit e78551baec
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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