opcvpack.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 26 行
GML
26 行
.*
.*
.option CVPACK
.*
.np
.ix 'CodeView'
This option is only meaningful when generating Microsoft CodeView
debugging information.
.ix 'CVPACK'
.ix 'Debugging Information Compactor'
.ix 'Compactor'
.ix 'CV4'
This option causes the linker to automatically run the &company
CodeView 4 Symbolic Debugging Information Compactor, CVPACK, on the
executable that it has created.
This is necessary to get the CodeView debugging information into a
state where the Microsoft CodeView debugger will accept it.
.np
The format of the "CVPACK" option (short form "CVP") is as follows.
.mbigbox
OPTION CVPACK
.embigbox
.np
For more information on generating CodeView debugging information into
the executable, see the section entitled :HDREF refid='xdebug'.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?