mirror of https://github.com/nodejs/node.git
Add note about testing patches with debug build
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…
Reference in New Issue