aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-13 02:40:11 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-13 02:40:11 +0200
commitbe648043a888f1c1e205e0e044465c0786caa26d (patch)
treeda76f993777cb16823f1918fc87c1bf3816d74ad /README.md
parentsignal: sigprocmask -> pthread_sigmask (diff)
downloadcimple-be648043a888f1c1e205e0e044465c0786caa26d.tar.gz
cimple-be648043a888f1c1e205e0e044465c0786caa26d.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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