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: Debugging Information.


Manosiz Bhattacharyya wrote:
> 
> Hi,
>         I am trying to get an executable without debugging information
> through gcj.
> However, even without the -g option, the object files produced by gcj
> seems to contain debugging stuff. The assembly file contains .stabs in
> Solaris.
> Could I simply remove the debugging information with any simple
> flag or would I have to reconfigure and recompile gcj with some flags
> during configuration.

You might have some success stripping the executable after you build it.
See strip(1).

Nathan

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