Setting C and C++ Compiler Options

See Also 

When you create a C or C++ Application or Library project, the IDE generates a master makefile and configuration-specific makefiles that control all aspects of project compilation. You can set the compiler options for your project or a file in the project using the Project Properties dialog box. All changes are immediately registered in the makefiles.

To set compiler options:

  1. Right-click the project node or file node and choose Properties.
  2. In the Project Properties dialog box, select the configuration for which you want to set compiler options.
  3. Expand the C/C++ node.
  4. Expand the C compiler node or the C++ compiler node.
  5. Select a node and modify the options.
See Also
C/C++ Project Properties Dialog Box:
       Compiler (General)
      Command Line
Setting C and C++ Linker Options
Setting C and C++ Project Properties
Managing Project Configurations

Legal Notices