Changes

Jump to: navigation, search

GPU621 Team Tsubame

102 bytes added, 10:50, 22 November 2016
How do you actually use it?
b. In C/C++ > General > Debug Information Format, confirm it is set to Program Database (/Zi).
[[File:Gpu-project 1-4-b.png]]
c. In Linker > Debugging > Generate Debug Info, set it to Optimize for debugging (/DEBUG).
[[File:Gpu-project 1-4-c.png]]
d. In C/C++ > Optimization > Optimization, confirm it is set to Maximize Speed (/O2) or higher.
e. On the same page, set Inline Function Expansion to Only __inline (/Ob1).
[[File:Gpu-project 1-4-e.png]]
f. In C/C++ > Code Generation > Runtime Library, confirm it has been set to Multi-threaded DLL (/MD); another option is to set this field to Multi-threaded Debug DLL (/MDd).
240
edits

Navigation menu