This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Disable assertions
- From: Tom Tromey <tromey at redhat dot com>
- To: jeromerobert at users dot sourceforge dot net
- Cc: java at gcc dot gnu dot org
- Date: 14 Nov 2003 15:00:42 -0700
- Subject: Re: Disable assertions
- References: <3FB4F9C9.8010000@users.sourceforge.net>
- Reply-to: tromey at redhat dot com
>>>>> "Jerome" == Jerome Robert <jeromerobert@users.sourceforge.net> writes:
Jerome> Is there a way to disable assertion in gcj (at compilation or at
Jerome> runtime). I am looking for something like the -da option of Sun java.
Nope, there isn't a way to do this at the moment.
There's already a PR for this.
Tom