The DEBSTRIP utility may be use to remove debugging information after
TRCUST has generated the TDF, alternatively re-link the load module
without /DE. Removal of debugging information does not affect the
validity of the TDF, however if the source is re-compiled then the
TDF must be re-built.

The syntax for DEBSTRIP is:

    DEBSTRIP <-o debinfo> module

where <module> is the load module file to be stripped of debugging
debugging information and <debinfo> is an optional output file that
in which the stripped debugging information is placed. This file may
be subsequently appended to the load module is TRCUST is to be
re-used.