Debugging Information.

Nathan Meyers nmeyers@teleport.com
Thu Aug 12 12:10:00 GMT 1999


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


More information about the Java mailing list