The MAXSTATIC option causes the compiler to flag STATIC variables that exceed a specified
size.
- max
- Specifies the maximum size of a STATIC variable. The compiler flags all STATIC variables that
use more bytes than the amount specified by max.
The default is MAXSTATIC(1M).