From e5c4ae4fdaf91ba608532c8e743202d710c0e56d Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 27 Jul 2018 17:11:08 -0700 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3c6cdc..df6eb02 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,11 @@ We recommend using [CMake](https://cmake.org/) and [clang](https://en.wikipedia. git submodule init git submodule update make patch -cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Debug -cmake --build build +cmake -H. -Bbuild +cmake --build build --config Release ``` -Builds are placed in `bin\lib`. Change `CMAKE_BUILD_TYPE` to `Release` for a smaller and optimized build. +Builds are placed in `bin\lib`. Use `--config Debug` for a build with debug info included. ***