diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-05-10 07:34:24 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-05-10 07:34:24 +0200 |
commit | 9d063569ff10dd64e04d574769ea073a0bab70a0 (patch) | |
tree | 5065eaaad6e6f33f13036426f94d05f0b00f377c /README.md | |
parent | e07f539ae0aa3ad623c4e8afcaca26906fd1eb17 (diff) | |
download | passt-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |