Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
PLs How do i disable optimizations in Visual Studio 2008 ...pls help


David.
Posted

 
Share this answer
 
Comments
fire_hawk 26-Oct-11 12:23pm    
Thanks guys i've got the solution to the problem ...i appreciate you guys here, you guys are the Bomb! ;)

David.
Why can't you see it by yourself — it becomes apparent if you look at the project properties in Visual Studio:

[Project Properties of C# project] => "Build" tab => Optimize code (checkbox). C# compiler (CSC.EXE) command-line option: /optimize[+|-]. That's it.

—SA
 
Share this answer
 
Comments
fire_hawk 26-Oct-11 12:23pm    
Thanks guys i've got the solution to the problem ...i appreciate you guys here, you guys are the Bomb! ;)

David.
Sergey Alexandrovich Kryukov 26-Oct-11 12:26pm    
Thank you very much for your nice feedback.
Good luck, call again.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900