G Guest Feb 13, 2004 #1 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?
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] Feb 13, 2004 #2 Greg said: A release configuration in the standard edition of C++ .NET 2003 says Click to expand... "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
Greg said: A release configuration in the standard edition of C++ .NET 2003 says Click to expand... "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