This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
How do I compile libgcj only with debug info?
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 20 May 2003 23:09:19 +0200
- Subject: How do I compile libgcj only with debug info?
Having found that I can use use the CygWin Insight debugger
fairly successfully and out of the box, I find that I want
more.
Is there an easy way, starting with Mohans build and CygWin,
that I can build libgcj with debug info?
The idea being that building only libgcj would be easier than
building the entire toolchain: an intermediate step between
just using GCJ and becoming a heavyweight hacker.
Øyvind