summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2021-05-29 00:38:15 +0300
committerGunnar Mills <gmills@us.ibm.com>2021-06-02 23:54:13 +0300
commit92696982a22d8952b16c399f88898623d9e8b8ab (patch)
treedcc203ba4c2381751d107965aeb97e3b1f0425f8 /README.md
parent984a4c2b0f25d3ca6af44d2f616dccf8d2c275d1 (diff)
downloadbmcweb-92696982a22d8952b16c399f88898623d9e8b8ab.tar.xz
Update clone and compile instructions
Signed-off-by: Chris Cain <cjcain@us.ibm.com> Change-Id: I3c32cd0f0da2f930c309619732cfba0084bc8f94
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2875e36e1c..715edc39a2 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,11 @@ mentioned in `bmcweb/subprojects`.
meson builddir -Dwrap_mode=nofallback
ninja -C builddir
```
+### Enable debug traces
+```ascii
+meson builddir -Dbuildtype=debug
+ninja -C builddir
+```
### Generate test coverage report:
```ascii
meson builddir -Db_coverage=true -Dtests=enabled