From 29340cd18f4036834003ae9efae2f00b86682391 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 17 Mar 2019 01:09:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a051f6b64..03b7d3b41 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ make -j$(nproc) *Arguments to cmake:* -The default build type is `Debug`. This can be changed with `-DCMAKE_BUILD_TYPE=Release`. Independently of this, the debug mode of the Diablo engine is always enabled by default. It can be disabled with `-DDEBUG=OFF`. Finally, in debug builds the address sanitizer is enabled by default. This can be disabled with `-DASAN=OFF`. +The default build type is `Debug`. This can be changed with `-DBINARY_RELEASE=ON`. Independently of this, the debug mode of the Diablo engine is always enabled by default. It can be disabled with `-DDEBUG=OFF`. Finally, in debug builds the address sanitizer is enabled by default. This can be disabled with `-DASAN=OFF`. *To run the game:*