Selecting a deployment platform
For managed make projects, you need to select the platform on which you plan
to deploy your program. You also need to select a release or debug configuration for your project.
To select a deployment platform:
- In the C/C++ Projects view, right-click a project, and select Properties.
- Select C/C++
Build from the list.
- To create a configuration with optimization flags enabled and debug
symbols disabled, in the Configurations list, select Release.
- To create a configuration with optimization flags disabled and debug
symbols enabled, in the Configurations list, select Debug.
CDT Projects
Project file views
Working with C/C++ project files
Target platform, C/C++ Properties window