libgcj won't build with -g on i386-pc-solaris2.7

Andrew Haley aph@cygnus.remove.co.uk
Mon Jul 19 02:45:00 GMT 1999


Alexandre Oliva (oliva@dcc.unicamp.br) wrote:

: I had to compile with -g0 to finish the build.  Why is `-g0' any
: different from no `-g'?

In gcj the default level of debugging is '-g1' rather than '-g0'.  If
you want debugging information to be turned off you must do so
explicitly.

Andrew.


More information about the Java mailing list