Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ export ONLOAD_TREE={path to the checked out onload repository}
make
```

Building TCPDirect from the repository will enable debugging mode (providing
additional logging) by default. This can be disabled by explicitly passing the
following argument to make:
```bash
NDEBUG=1
```

### Packaging

#### SRPM instructions
Expand Down
Loading