Everything

 

-g_line [V1.02 or later]


This option enhances information for source debugging at optimization.

[Specification format]

-g_line

 

-

Interpretation when omitted

This option does not enhance information for source debugging at optimization.

[Detailed description]

-

This option is valid only when the -g option is specified simultaneously.

-

This option enhances debugging information so that step execution in the source level can be conducted more precisely at debugging when optimization has been performed.

-

The amount of debugging information may increase and cause step execution to slow down.

[Example of use]

-

To enhance the information for source debugging in the output file and then output it, describe as:

>ccrl -g -g_line -cpu=S2 -dev=dr5f100pj.dvf main.c