<p>This is because people are using mlpack from git and wondering why it is so<br>
slow.</p>

<p>This issue came to my attention because I came across this paper:<br>
<a href="http://arxiv.org/abs/1602.02514">http://arxiv.org/abs/1602.02514</a><br>
and in the revision I read (the first or probably the second revision on arXiv), I found that the numbers for mlpack were extremely slow.  After consulting with the author it turned out he had just compiled as-is off Github, with debugging symbols and all.  So I think maybe compiling without debugging symbols by default will be helpful for people who just want to use mlpack, and don't bother to look into how to configure it, and then wonder why mlpack is so slow.</p>

<p>I'm opening this as a PR for discussion, because there are advantages and disadvantages to this.  Once we reach some consensus we can make a decision.  So I'm for the change (which makes sense because I opened the PR :)).</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/mlpack/mlpack/pull/662'>https://github.com/mlpack/mlpack/pull/662</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Default to DEBUG=OFF and PROFILE=OFF.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/662/files#diff-0">CMakeLists.txt</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/mlpack/mlpack/pull/662.patch'>https://github.com/mlpack/mlpack/pull/662.patch</a></li>
  <li><a href='https://github.com/mlpack/mlpack/pull/662.diff'>https://github.com/mlpack/mlpack/pull/662.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/662">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFD1Y6u2idlALuyMN5GENUTg6_E_Vks5qHIZFgaJpZM4Iq2lg">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFBMb8mcVtx4c9aKAKdriNSAqwpLrks5qHIZFgaJpZM4Iq2lg.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/662"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>