Yes that worked for me... just set:
export JAVAC="/java/jdk1.3/bin/javac -g:none" make clean make Klasses in libraryes/javalib The resulting Klasses.jar is about 900K compared to the 1MB without the -g:none option... 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? > > 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
