opshowde.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 18 行
GML
18 行
.*
.*
.option SHOWDEAD
.*
.np
.ix 'dead code elimination'
.ix 'virtual functions'
The "SHOWDEAD" option instructs the linker to list, in the map file,
the symbols associated with dead code and unused C++ virtual functions
that it has eliminated from the link.
The format of the "SHOWDEAD" option (short form "SHO") is as follows.
.mbigbox
OPTION SHOWDEAD
.embigbox
.np
The "SHOWDEAD" option works best in concert with the "ELIMINATE"
and "VFREMOVAL" options.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?