From 9d063569ff10dd64e04d574769ea073a0bab70a0 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 10 May 2021 07:34:24 +0200 Subject: README: Mention the -DDEBUG flag Signed-off-by: Stefano Brivio --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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: -- cgit v1.2.3