When I tried to build optimized (b24), it failed very early in the process. I'm assuming that's not supposed to happen? :-)
Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2008 2:59 PM > To: Ted Neward > Cc: [email protected]; [EMAIL PROTECTED] > Subject: Re: Is 'optimized' a legit target? > > Yes, 'optimized' is legit. It supports more flags, for tuning > experiments, etc. > Its performance characteristics are closer to product, because > it omits all the 'assert' code, > > Here are the various build subdirectories, in brief: > > product -- hardwires many flag values, no asserts, code is optimized > optimized -- most flag values variable, no asserts, code is optimized > fastdebug -- all flag values variable, asserts enabled, code is > optimized > jvmg -- all flag values variable, asserts enabled, code not optimized > (debuggable) > generated -- machine-generated source code and other stuff created > during the build process > debug -- old name for jvmg; this one should go away > profiled -- dead a long time; this one should have gone away years ago > > Best, > -- John > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.21.2/1305 - Release Date: > 2/29/2008 6:32 PM > No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.2/1305 - Release Date: 2/29/2008 6:32 PM
