1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

README: Mention the -DDEBUG flag

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-05-10 07:34:24 +02:00
parent e07f539ae0
commit 9d063569ff

View File

@ -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: