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. |
- | When both this option and the optimization option are specified, the information output for source debugging is also affected. |
[Example of use]
- | To output information for source debugging to the output file, describe as: |
>ccrl -g -cpu=S2 -dev=dr5f100pj.dvf main.c
|