From 4ce4fdec711df0c0f3af7ab955140161165716be Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 13 Oct 2020 11:37:14 +0200 Subject: [PATCH] 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 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f01c2eac..6cd1e414 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ is possible using ``make`` or ``cmake``; follow the link for more detailed instr .. code:: sh - cmake -S . -B build + cmake -S . -B build -DCMAKE_BUILD_TYPE=Release cmake --build build cmake --install build