From 772284b89a2364c6f8337b2fb7b5632df397ac8a Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 20 May 2013 17:10:30 +0000 Subject: [PATCH] Clarify that we do debug builds for .svn, .hg, and .git. This commit was SVN r28542. --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 21a5e27ce5..27ed3989b5 100644 --- a/HACKING +++ b/HACKING @@ -33,8 +33,8 @@ meta directory (that is present in all Subversion checkouts) in your source tree, and therefore activates a number of developer-only debugging features in the Open MPI code base. -The same debugging features are activated if you build in a Mercurial -clone (with the hidden ".hg" meta directory). +The same debugging features are activated if you build in a Git or +Mercurial clone (with the hidden ".git" or ".hg" meta directory). By definition, debugging builds will perform [much] slower than optimized builds of Open MPI. You should *NOT* conduct timing tests