----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>; "Stephane Bailliez"
<[EMAIL PROTECTED]>
Sent: Friday, February 22, 2002 12:09
Subject: Re: jikes -O option ?


> On Fri, 22 Feb 2002, Stephane Bailliez wrote:
>
> > > Right now the jikes adapter is issuing -O for optimize, and that
brakes
> > > the stack traces.
> > >
> > > Something strange here, I remember -O used to mean optimize in jikes
> > > too... Ideas ?
> >
> > I don't think an optimize flag ever went in jikes actually.
>
> Is it ok if I remove '-O' from compilers/Jikes.java then ?
>
>         if (optimize) {
>             cmd.createArgument().setValue("-O");
>         }
>
> I didn't know it was disabled in jikes.

+1

ok with me. maybe some documentation in the javac page that states that
optimize is a no-op on java1.2+ and jikes


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to