ld Manual

ld Options
ld Manual529650.001
2-23
-stdin
-stdin
Reads the contents of the standard input file at the place the flag is specified on the
command line.
-strip
Removes symbol information used for linking and symbolic debugging from an existing
loadfile.
file name
is the name or (in the Guardian environment) the map DEFINE of the object file to
strip.
A file stripped of all symbol information cannot be symbolically debugged with Visual
Inspect or linked again by ld.
You can use -strip only on an existing loadfile. To strip all symbol information when
creating a loadfile, use -s.
The only other flags that you can use with -strip are:
-fl or -obey
-noverbose or -no_verbose
-stdin
-verbose
-warn
The resulting object file has the same ld timestamp as before.
-stdin
-strip file name