Disables generation of debug information for declarations in system headers.
Linux: | -fno-system-debug |
Windows: | -fno-system-debug |
None
OFF |
Debug information is generated for declarations in system headers. |
This option disables generation of debug information for declarations in system headers.
It is only useful if debugging information is requested, so you need to also specify option -g (Linux) or an MSVC option such as /Z7 (Windows).
None
The following shows an example of how to specify this option:
icpx -fsycl -g -fno-system-debug test.cpp