aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-08-12 10:00:53 -0700
committerEric Kunze <eric.kunze@arm.com>2022-08-12 10:01:36 -0700
commitc36636ef93a66e27e02e4d8d05a272808095216c (patch)
tree8ed91eaa81d103fe67fe0e8750795614b717d840
parenta0e03f3f9a44d79367e2624f571009e4657c775a (diff)
downloadreference_model-c36636ef93a66e27e02e4d8d05a272808095216c.tar.gz
Fix CMAKE_BUILD_TYPE instruction in README
Describes the proper way to build debug. Change-Id: Ie2f888fc71f84af5382e7e8107eb2d3d93a3b056 Signed-off-by: Eric Kunze <eric.kunze@arm.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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