This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
c++filt causing flashing console windows
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 9 Sep 2003 09:15:23 +0200
- Subject: c++filt causing flashing console windows
In case someone else wonders about this...
To remove the flashing consloe windows when running with -mwindows,
add the following two arguments to the GCJ command line:
-Dgnu.gcj.runtime.NameFinder.demangle=false
-Dgnu.gcj.runtime.NameFinder.use_addr2line=false
Øyvind