Optional CMake parameters

This commit is contained in:
olszomal 2023-03-20 15:07:49 +01:00 committed by Michał Trojnara
parent 0f51a06b8f
commit 246f0abbfc

View File

@ -54,7 +54,7 @@ You may need to use `cmake3` instead of `cmake` to complete the following steps
``` ```
mkdir build && cd build && cmake -S .. mkdir build && cd build && cmake -S ..
``` ```
with specific compile options: optional CMake parameters:
``` ```
-DCMAKE_BUILD_TYPE=Debug -DCMAKE_BUILD_TYPE=Debug
-DCMAKE_C_COMPILER=clang -DCMAKE_C_COMPILER=clang