Lets you specify the target operating system for compilation. This content is specific to C++; it does not apply to DPC++.
Linux: | -intel-freestanding-target-os=os |
Windows: | None |
os |
Is the target operating system for the Linux compiler. Currently, the only possible value is linux. |
OFF |
The installed gcc determines the target operating system. |
This option lets you specify the target operating system for compilation. It sets option -intel-freestanding.
This option is supported for any Linux-target compiler, including a Windows-host to Linux-target compiler.
None