From e282b2843d7514ed9f33d7e598bc467f40a20e03 Mon Sep 17 00:00:00 2001 From: Entscheider Date: Thu, 3 Dec 2020 16:15:17 +0000 Subject: [PATCH] suggest the release build as default --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a7d5bd3..8f38471 100644 --- a/Readme.md +++ b/Readme.md @@ -29,7 +29,7 @@ Go into the source directory and run: ``` $ mkdir build && cd build -$ cmake .. +$ cmake -DCMAKE_BUILD_TYPE=Release .. $ make $ make install ```