-volatile


< Compile Options / Optimize Options >

[Format]

-volatile

[Description]

-

When volatile is specified, all external variables are handled as if they were volatile qualified. Accordingly, the access count and access order for external variables are exactly the same as those written in the C/C++ source file.

[Remarks]

-

Debugging tools for RX do not display the volatile declaration added to individual variables by this option.