<html>#2553: Cactus' link command uses CPPFLAGS and CXXFLAGS
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Cactus</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>Branch <a data-is-external-link="true" href="https://bitbucket.org/cactuscode/cactus/branch/rhaas/ld_xxx_flags" rel="nofollow">https://bitbucket.org/cactuscode/cactus/branch/rhaas/ld_xxx_flags</a> contains code to avoid using <code>CXXFLAGS</code> and <code>CPPFLAGS</code> in the linker command line. It does (have to) introduce a full set of <code>LD_XXX_FLAGS</code> variables that all default to their <code>CXX_XXX_FLAGS</code> analog if <code>LD</code> is not set (in which case <code>LD</code> defaults to <code>CXX</code>).</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2553/cactus-link-command-uses-cppflags-and'>https://bitbucket.org/einsteintoolkit/tickets/issues/2553/cactus-link-command-uses-cppflags-and</a></p>
</html>