----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]>; "Stephane Bailliez" <[EMAIL PROTECTED]> [...] > > I don't think an optimize flag ever went in jikes actually. > > Is it ok if I remove '-O' from compilers/Jikes.java then ?
probably :-) > I didn't know it was disabled in jikes. optimize also has no effect in JDK 1.3. It is not used so it is not necessary to play with it as I can see in nearly all build files. At least that was the case the last time I looked in the compiler source in JDK 1.3 and that what the doc states (small italic). I guess they did that because they rewrote the compiler in 1.3 and thought it was not necessary to clutter the code and leave this job to hotspot. Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
