This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: PATCH: Add DEBUG flag
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: PATCH: Add DEBUG flag
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 24 Nov 2000 14:04:32 -0700
- Cc: java-patches at sources dot redhat dot com
- References: <3A1DE46F.12597F52@albatross.co.nz>
- Reply-To: tromey at cygnus dot com
Bryce> As discussed in java-discuss (when the lists get renamed, can
Bryce> we make it just "java@gcc.gnu.org"?)
Maybe. We were planning to do the move in a relatively simple way,
but actually renaming might not be much harder.
Bryce> Java code made conditional based on the value of this flag will
Bryce> be removed by the optimizer in a non-debug build.
Bryce> ok?
Definitely.
Tom