opstatic.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 18 行
GML
18 行
.*
.*
.option STATICS
.*
.np
The "STATICS" option should only be used if you are developing a
&cmpcname or C++ application.
The &cmpcname and C++ compilers produce definitions for static symbols
in the object file.
By default, these static symbols do not appear in the map file.
If you want static symbols to be displayed in the map file, use the
"STATICS" option.
.np
The format of the "STATICS" option (short form "STAT") is as follows.
.mbigbox
OPTION STATICS
.embigbox
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?