Skip to content

Commit

Permalink
Merge pull request #32 from Soviet-Linux/PKD667-patch-1
Browse files Browse the repository at this point in the history
Update README.md with memory debuggin intructions
  • Loading branch information
ilovethensa authored Nov 9, 2023
2 parents e2b0c86 + 220785f commit 2efaa4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ make formats
sudo make install
make test
```

### Memory checking tool

In order to run the program with the memcheck tool from the cutils library run :
```bash
make MEMCHECK=1 all
sudo make install
```

0 comments on commit 2efaa4d

Please sign in to comment.