This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: A java DEBUG flag
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: A java DEBUG flag
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 22 Nov 2000 23:38:11 -0700
- Cc: java-discuss at sources dot redhat dot com, classpath at gnu dot org
- References: <3A1CA5C4.254DC238@albatross.co.nz>
- Reply-To: tromey at cygnus dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> I propose an interface (this ensures that only constants can be
Bryce> defined) called gnu.classpath.Flags (or CompileSettings?
Bryce> DebugFlags?)
Maybe `Configuration'?
if (Configuration.DEBUG) { ... }
Bryce> Comments?
Sounds like a good idea to me.
Tom