Add note about testing patches with debug build
authorRyan Dahl <ry@tinyclouds.org>
Mon, 1 Mar 2010 17:11:04 +0000 (09:11 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 1 Mar 2010 17:11:04 +0000 (09:11 -0800)
doc/index.html

index d5f3661f3b2739b8b5ce93d5fcfa8933a33c6728..e28ae2e8d4374bde44709946d913d8612bf3e3ef 100644 (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>