ref: 4ce4fdec711df0c0f3af7ab955140161165716be
parent: 05256946ac03124188b0157ebd8f75a26f3b43e6
author: ISSOtm <eldredhabert0@gmail.com>
date: Tue Oct 13 07:37:14 EDT 2020
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
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@
.. code:: sh
- cmake -S . -B build
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake --install build