C++ User's Guide

-xMerge

Merges the data segment with the text segment.

The data in the object file is read-only and is shared between processes, unless you link with ld -N.

See also

ld(1) man page