Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do i change compiler optimizations in visual c++ 2008 pro? I found the instructions for doing it in visual studio 2006 but it seems different than from 2008.

share|improve this question
Visual Studio 2006? – Xavier Ho Jun 2 '10 at 0:19

1 Answer

up vote 1 down vote accepted

Project > NameOfProject Properties... > Configuration Properties > C/C++ > Optimization

share|improve this answer
Ahh, thank you. – Faken Jun 2 '10 at 0:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.