Everything

 

-merge_string


This option allocates string literals to a single area.

[Specification format]

-merge_string

 

-

Interpretation when omitted

If the same string literals are included multiple times in the source file, each will be allocated to a separate area.

[Detailed description]

-

When the same string literals exist in the source file, this option merges them and allocates to the one area.

-

The same string literals are allocated to the same area, regardless of whether #pragma section is specified.

[Example of use]

-

When the same string literals exist in the source file, to merge them and allocate to the one area, describe as:

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