Visible to Intel only — GUID: GUID-9E2353E9-24CB-4CF3-86BA-DF5932DCE411
Visible to Intel only — GUID: GUID-9E2353E9-24CB-4CF3-86BA-DF5932DCE411
fsystem-debug
Enables or disables generation of debug information for declarations in system headers.
Syntax
Linux: |
-fsystem-debug -fno-system-debug |
Windows: |
-fsystem-debug -fno-system-debug |
Arguments
None
Default
-fsystem-debug |
Debug information is generated for declarations in system headers. |
Description
This option enables or disables generation of debug information for declarations in system headers.
Specify option -fno-system-debug to disable generation of debug information for declarations in system headers. This option can be used to reduce the amount of debug information generated by Linux debug option -g or a MSVC debug option such as /Z7.
Alternate Options
None
Example
The following shows examples of how to specify this option:
icpx -fsycl -fsystem-debug test.cpp
icpx -fsycl -g -fno-system-debug test.cpp