From faa0c6d4493d565439a06abb1cb5cb8b564b32d1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 1 Mar 2010 09:11:04 -0800 Subject: [PATCH] Add note about testing patches with debug build --- doc/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index d5f3661..e28ae2e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -239,7 +239,9 @@ make install
 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^
 
-- 2.7.4