From be648043a888f1c1e205e0e044465c0786caa26d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Jun 2023 02:40:11 +0200 Subject: README: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1f4e4ea..198d6cd 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ directory: This command makes a CMake build directory in build/cmake/ and executes `make` there. -The default is to build using clang in `Release` configuration. +The default is to build using clang in `Debug` configuration. You can choose a different compiler and configuration like so: - make build COMPILER=gcc CONFIGURATION=Debug + make build COMPILER=gcc CONFIGURATION=Release ### Testing -- cgit v1.2.3