From ef61ec371c4cce75a7a4b0eb50854bb4b891ded0 Mon Sep 17 00:00:00 2001 From: Luca Geretti Date: Sat, 24 Feb 2024 21:16:34 +0100 Subject: [PATCH] Minor fix in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e64f3a5..7f6b293 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The library is tested for compilation using GCC (minimum required: 10.2), Clang $ mkdir build && cd build ``` -Then, you can prepare the built environment, choosing a `Release` build for maximum performance: +Then, you can prepare the build environment, choosing a `Release` build for maximum performance: ``` $ cmake .. -DCMAKE_BUILD_TYPE=Release