Skip to content

Commit

Permalink
Clarify that we do debug builds for .svn, .hg, and .git.
Browse files Browse the repository at this point in the history
This commit was SVN r28542.
  • Loading branch information
jsquyres committed May 20, 2013
1 parent 721779d commit 772284b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 772284b

Please sign in to comment.