Skip to content

Commit

Permalink
added note on assertions (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 13, 2016
1 parent a05f278 commit c0bb5a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@ I deeply appreciate the help of the following people.

Thanks a lot for helping out!

## Notes

- The code contains numerous debug assertions which can be switched off by defining the preprocessor macro `NDEBUG`, see the [documentation of `assert`](http://en.cppreference.com/w/cpp/error/assert).

## Execute unit tests

To compile and run the tests, you need to execute
Expand Down

0 comments on commit c0bb5a5

Please sign in to comment.