Difference in Optimizing between Standard and Profesional

G

Guest

A release configuration in the standard edition of C++ .NET 2003 says "Maximize Speed (/02)". Does anyone know how that compares with the optimizing capabilities of the Profesional edition?
 
C

Carl Daniel [VC++ MVP]

Greg said:
A release configuration in the standard edition of C++ .NET 2003 says
"Maximize Speed (/02)". Does anyone know how that compares with the
optimizing capabilities of the Profesional edition?

It does nothing at all. The IDE still shows all the optimizer options, but
the core compiler simply ignores them in the standard edition.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top