This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
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