aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
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