opvfremo.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 22 行
GML
22 行
.*
.*
.option VFREMOVAL
.*
.np
.ix 'virtual functions'
The "VFREMOVAL" option instructs the linker to remove unused C++
virtual functions.
The format of the "VFREMOVAL" option (short form "VFR") is as follows.
.mbigbox
OPTION VFREMOVAL
.embigbox
.np
If the "VFREMOVAL" option is specified, the linker will attempt to
eliminate unused virtual functions.
In order for the linker to do this, the &cmppname "zv" compiler option
must be used for
.us all
object files in the executable.
The "VFREMOVAL" option works best in concert with the "ELIMINATE"
option.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?