This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]