Add note about testing patches with debug build
This commit is contained in:
parent
2b91f8d265
commit
faa0c6d449
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user