[kaffe] rt.jar w/o debugging symbols

Dalibor Topic robilad at yahoo.com
Thu May 15 05:03:01 PDT 2003


--- Marc Kleine-Budde <kleine-budde at gmx.de> wrote:
> Hi!
> 
> What is the simplest way to compile the class libraries with Sun's Javac
> without debugging symbols?
> 
> I use:
> ./configure --with-jikes='"/path/to/javac -g:none"'

That's one way. I prefer to use 
./configure --with-jikes=/path/to/javac
make JAVAC_FLAGS="-g:none"

since that way one can rebuild the class library without re-running configure.

cheers,
dalibor topic

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com




More information about the kaffe mailing list