Use Property Pages
The
Intel® oneAPI
includes support for Property Pages to manage both Intel-specific and general
compiler options.
DPC++/C++
CompilerTo set compiler options in Microsoft Visual Studio*:
- Right-click on a project or source file in theSolution Explorerview.
- SelectPropertiesfrom the pop-up menu.
- In theProperty Pagesdialog box, expand theC/C++(for C++), orsection to view the categories of compiler options.DPC++(for DPC++)
- Clickto complete your selection.OK
The option you selected is used in the compilation the
next time you build your project.