194654 r=cls sr=jag show CFLAGS, CXXFLAGS and CPPFLAGS in about:buildconfig

git-svn-id: svn://10.0.0.236/trunk@138446 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de 2003-02-25 15:07:19 +00:00
parent 15878fd035
commit 07bccde2ab

View File

@ -24,14 +24,17 @@
<tr>
<th>Compiler</th>
<th>Version</th>
<th>Compiler flags</th>
</tr>
<tr>
<td>@CC@</td>
<td>@CC_VERSION@</td>
<td>@CFLAGS@</td>
</tr>
<tr>
<td>@CXX@</td>
<td>@CXX_VERSION@</td>
<td>@CXXFLAGS@ @CPPFLAGS@</td>
</tr>
</tbody>
</table>