From c36636ef93a66e27e02e4d8d05a272808095216c Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 12 Aug 2022 10:00:53 -0700 Subject: Fix CMAKE_BUILD_TYPE instruction in README Describes the proper way to build debug. Change-Id: Ie2f888fc71f84af5382e7e8107eb2d3d93a3b056 Signed-off-by: Eric Kunze --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a05aea..bbc8ad3 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ cd build cmake .. ``` -Optionally, `-DCMAKE_BUILD_MODE=Debug` can be used on the `cmake` +Optionally, `-DCMAKE_BUILD_TYPE=Debug` can be used on the `cmake` command to create a debug build. Next compile using `make`: ``` bash -- cgit v1.2.1