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.

Costin



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

Reply via email to