This option merges string literals.
If the same string literals are included multiple times in the source file, each will be allocated to a separate area.
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. |
When the same string literals exist in the source file, to merge them and allocate to the one area, describe as: |