Add note about testing patches with debug build

This commit is contained in:
Ryan Dahl 2010-03-01 09:11:04 -08:00
parent 2b91f8d265
commit faa0c6d449

View File

@ -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>