Browse Source

bugzilla 27283: note that optimize has no effect for sun jdk>1.3

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449090 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
702bbe17b7
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      docs/manual/CoreTasks/javac.html

+ 6
- 2
docs/manual/CoreTasks/javac.html View File

@@ -239,8 +239,12 @@ invoking the compiler.</p>
</tr>
<tr>
<td valign="top">optimize</td>
<td valign="top">Indicates whether source should be compiled with
optimization; defaults to <code>off</code>.</td>
<td valign="top">
Indicates whether source should be compiled with
optimization; defaults to <code>off</code>. <strong>Note</strong>
that this flag is just ignored by Sun's <code>javac</code> starting
with JDK 1.3 (since compile-time optimization is unnecessary).
</td>
<td align="center" valign="top">No</td>
</tr>
<tr>


Loading…
Cancel
Save