Mention setting CMAKE_BUILD_TYPE to Release when using CMake

Not *necessary*, but if you don't know better, you should probably use it.
Fixes rgbds-www#9
This commit is contained in:
ISSOtm
2020-10-13 11:37:14 +02:00
parent 05256946ac
commit 4ce4fdec71

View File

@@ -32,7 +32,7 @@ is possible using ``make`` or ``cmake``; follow the link for more detailed instr
.. code:: sh .. code:: sh
cmake -S . -B build cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build cmake --build build
cmake --install build cmake --install build