-1

what and where are the settings that I should change to enhance the performance of Eigen library in visual studio 2010? In other words, in gcc, there is an option to turn the optimization on -O3, how can I turn on the optimization in visual studio (if that possible)?

CroCo
  • 5,531
  • 9
  • 56
  • 88

1 Answers1

2

Go to your project's property pages, select Configuration Properties --> C/C++ --> Optimization

enter image description here

Mark Hall
  • 53,938
  • 9
  • 94
  • 111
  • it gives me this error `Command line error D8016: '/ZI and /'O1' command-line options are incompatible` – CroCo Aug 12 '14 at 05:52