Browse Source

Add note about testing patches with debug build

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
faa0c6d449
  1. 4
      doc/index.html

4
doc/index.html

@ -239,7 +239,9 @@ make install</pre>
<pre class="sh_none"> <pre class="sh_none">
git clone git://github.com/ry/node.git git clone git://github.com/ry/node.git
cd node cd node
# edit/compile/test (make your changes)
./configure --debug
make test-all # Check your patch with both debug and release builds
git commit -m "Good description of what your patch does" git commit -m "Good description of what your patch does"
git format-patch HEAD^ git format-patch HEAD^
</pre> </pre>

Loading…
Cancel
Save