This option outputs information for source debugging.
[Specification format]
- | Interpretation when omitted |
Information for source debugging will not be output.
[Detailed description]
- | This option outputs information for source debugging to the output file. |
- | Source debugging can be performed by specifying this option. |
- | If this option and an optimization option are specified at the same time, the ease of debugging could be affected. |
[Example of use]
- | To output information for source debugging to the output file, describe as: |
>ccrh -g -Xcommon=rh850 main.c
|