Hi -

    Thanks for the pointer.

You wrote:
> You can use gcj instead of sun's javac(tools.jar), but gcj doesn't
> support debug and encoding options.

gcj has a "--encoding=" option.  And what do you mean by no debug?

I would just change these to use "-g" and "-O2"....

>        if (debug) {
>            cmd.createArgument().setValue("-g1");
>        }
>        if (optimize) {
>            cmd.createArgument().setValue("-O");
>        }

AG



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to