<p>I tried for a while, but I can't seem to get this to compile with <code>-DBUILD_WITH_COVERAGE=ON</code>.  It seems like there are a few things:</p>

<ul>
<li>
<code>-fkeep-inline-functions</code> requires me to add <code>-lsupc++</code> to the linker flags</li>
<li>Do we need <code>--coverage</code> or <code>-ftest-coverage</code>?  I am not sure which is the right option here.</li>
</ul>

<p>Even if I fix those things, I still get linker errors when making the programs; it seems like it is failing to link against <code>boost::program_options</code>.  Have you seen the same issue?  (I'll paste the output in the next comment)</p>

<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/720#issuecomment-232191801">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFJ-PoKH7pTQKvsrAIOh9L_waRmONks5qVAtMgaJpZM4JJw9X">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFOpb8vaR9fYecCEtpaB4IyT9ljeUks5qVAtMgaJpZM4JJw9X.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/720#issuecomment-232191801"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>