diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-02 13:45:13 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-02 13:46:29 +0200 |
commit | c479bda913523f49156514c1bbe1fa4e06490d24 (patch) | |
tree | c9fb9bea8fa7f762034e4a00e55d1eef1fb9e2a2 | |
parent | 691a59669bd7267b6ad55630fffe6968bb62235a (diff) |
Update README: 'make check' requires debug_info
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ Before you submit a patch, run ``make check`` to execute the test suite and check for [xref](http://www.erlang.org/doc/man/xref.html) and [Dialyzer](http://www.erlang.org/doc/man/dialyzer.html) -warnings. +warnings. You may have to run ``make clean`` first. [Dialyzer](http://www.erlang.org/doc/man/dialyzer.html) warnings are compared against a set of safe-to-ignore warnings found in |