cfowler wrote: > One last question. I know that javac in Sin's JDK has an -g:none option > that allows me to compile java files with no debug code. Can I do that > in my kaffe-1.0.6 tree so that the Klasses.jar can take even less space?
I don't know - as much as I saw the actual classes compilation can be done by an external compiler which means that you probably can use javac with -g:none (check the rebuildLib script in libraries/javalib - the $JIKES var probably can be set to "javac -g:none" )... You should probably ask Dalibor about that... Regards, > > Where would I specify that? > > On Wed, 2002-06-05 at 10:43, Alexander Popov wrote: > >>no prob :) >> >>cfowler wrote: >> >>>Thanks so much for your help! >>> >>>On Wed, 2002-06-05 at 10:30, Alexander Popov wrote: >> >> >> > > > > -- Alexander Popov Team Leader RTOS&JVM ProSyst Bulgaria [EMAIL PROTECTED] [EMAIL PROTECTED] mobile: +35987663193 icq: 29207350 _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
