You copied the Doc URL to your clipboard.
--mangled, --unmangled
Instructs the linker to display mangled or unmangled C++ symbol names in diagnostic messages, and in listings produced by the --xref
, --xreffrom
, --xrefto
, and --symbols
options.
Usage
If --unmangled
is selected, C++ symbol names are displayed as they appear
in your source code.
If --mangled
is selected, C++ symbol names are displayed as they appear in
the object symbol tables.
Default
The default is --unmangled
.