Add note about testing patches with debug build

pull/22966/head
Ryan Dahl 2010-03-01 09:11:04 -08:00
parent 2b91f8d265
commit faa0c6d449
1 changed files with 3 additions and 1 deletions

View File

@ -239,7 +239,9 @@ make install</pre>
<pre class="sh_none">
git clone git://github.com/ry/node.git
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 format-patch HEAD^
</pre>