Enables or disables generation of debug information for declarations in system headers.
Linux: | -fsystem-debug -fno-system-debug |
Windows: | -fsystem-debug -fno-system-debug |
None
-fsystem-debug |
Debug information is generated for declarations in system headers. |
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.
None
The following shows examples of how to specify this option:
icpx -fsycl -fsystem-debug test.cpp
icpx -fsycl -g -fno-system-debug test.cpp