RE: [Nant-users] /O2 is not set when using NANT

2005-04-20 Thread Ray Johnson
  In VS.Net 2003 it appears to default to /O2.   Ray From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert DriesenSent: Wednesday, April 20, 2005 11:31 AMTo: [EMAIL PROTECTED]; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] /O2 is not set when using NANT Ray

RE: [Nant-users] /O2 is not set when using NANT

2005-04-20 Thread Gert Driesen
] [mailto:[EMAIL PROTECTED] On Behalf Of Ray JohnsonSent: woensdag 20 april 2005 20:10To: nant-users@lists.sourceforge.netSubject: [Nant-users] /O2 is not set when using NANT   In a standard C++ project the /O2 option is passed in during a standard release build.  However, unless you

[Nant-users] /O2 is not set when using NANT

2005-04-20 Thread Ray Johnson
  In a standard C++ project the /O2 option is passed in during a standard release build.  However, unless you've mucked with the Optimization settings the setting is not set in the project file it is the default.  (I.e. the Optimization attribute does not exist for the VCCLCompilerTool.)  As