opmaxerr.gml

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

GML
21
字号
.*
.*
.option MAXERRORS
.*
.np
The "MAXERRORS" option can be used to set a limit on the number of
error messages generated by the linker.
Note that this does not include warning messages.
When this limit is reached, the linker will issue a fatal error and
terminate.
.np
The format of the "MAXERRORS" option (short form "MAXE") is as
follows.
.mbigbox
    OPTION MAXERRORS=n
.embigbox
.synote
.mnote n
is the maximum number of error messages issued by the linker.
.esynote

⌨️ 快捷键说明

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