diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-13 02:40:11 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-13 02:40:11 +0200 |
commit | be648043a888f1c1e205e0e044465c0786caa26d (patch) | |
tree | da76f993777cb16823f1918fc87c1bf3816d74ad /README.md | |
parent | signal: sigprocmask -> pthread_sigmask (diff) | |
download | cimple-be648043a888f1c1e205e0e044465c0786caa26d.tar.gz cimple-be648043a888f1c1e205e0e044465c0786caa26d.zip |
README: update
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |