opartifi.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 17 行

GML
17
字号
.*
.*
.option ARTIFICIAL
.*
.np
The "ARTIFICIAL" option should only be used if you are developing a
&cmppname application.
A &cmppname application contains many compiler-generated symbols.
By default, the linker does not include these symbols in the map file.
The "ARTIFICIAL" option can be used if you wish to include these
compiler-generated symbols in the map file.
.np
The format of the "ARTIFICIAL" option (short form "ART") is as follows.
.mbigbox
    OPTION ARTIFICIAL
.embigbox

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?