aboutgitcodebugslistschat
path: root/README.md
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-05-10 07:34:24 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-05-10 07:34:24 +0200
commit9d063569ff10dd64e04d574769ea073a0bab70a0 (patch)
tree5065eaaad6e6f33f13036426f94d05f0b00f377c /README.md
parente07f539ae0aa3ad623c4e8afcaca26906fd1eb17 (diff)
downloadpasst-9d063569ff10dd64e04d574769ea073a0bab70a0.tar
passt-9d063569ff10dd64e04d574769ea073a0bab70a0.tar.gz
passt-9d063569ff10dd64e04d574769ea073a0bab70a0.tar.bz2
passt-9d063569ff10dd64e04d574769ea073a0bab70a0.tar.lz
passt-9d063569ff10dd64e04d574769ea073a0bab70a0.tar.xz
passt-9d063569ff10dd64e04d574769ea073a0bab70a0.tar.zst
passt-9d063569ff10dd64e04d574769ea073a0bab70a0.zip
README: Mention the -DDEBUG flag
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
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 08e142a..b3fff6d 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,11 @@ before _passt_ starts.
cd passt
make
+ * to make _passt_ not fork into background when it starts, and to get verbose
+ debug information, build with:
+
+ CFLAGS="-DDEBUG" make
+
* a static build for x86_64 as of the latest commit is also available for
convenience [here](https://passt.top/builds/static/). These binaries are
simply built with: