@@ -26,7 +26,7 @@
<li>Dave Walend (<a href="mailto:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</a>)</li>
<li>Dave Walend (<a href="mailto:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</a>)</li>
</ul>
</ul>
<p>Version 1.2 - 2000/09/27 </p>
<p>Version 1.2 - 2000/10/10 </p>
<hr>
<hr>
<h2>Table of Contents</h2>
<h2>Table of Contents</h2>
@@ -2622,19 +2622,19 @@ inclusion/exclusion of files works, and how to write patterns.</p>
<tr>
<tr>
<td valign="top">debug</td>
<td valign="top">debug</td>
<td valign="top">indicates whether there should be compiled with debug
<td valign="top">indicates whether there should be compiled with debug
information ("on ").</td>
information ("off ").</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
</tr>
<tr>
<tr>
<td valign="top">optimize</td>
<td valign="top">optimize</td>
<td valign="top">indicates whether there should be compiled with
<td valign="top">indicates whether there should be compiled with
optimization ("on ").</td>
optimization ("off ").</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
</tr>
<tr>
<tr>
<td valign="top">deprecation</td>
<td valign="top">deprecation</td>
<td valign="top">indicates whether there should be compiled with deprecation
<td valign="top">indicates whether there should be compiled with deprecation
information ("on ").</td>
information ("off ").</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
</tr>
<tr>
<tr>
@@ -2650,7 +2650,7 @@ inclusion/exclusion of files works, and how to write patterns.</p>
</tr>
</tr>
<tr>
<tr>
<td valign="top">depend</td> <td valign="top">enables dependency
<td valign="top">depend</td> <td valign="top">enables dependency
tracking for compilers that support this (jikes and modern )</td>
tracking for compilers that support this (jikes and classic )</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
</tr>
</table>
</table>