Non-Confidential | ![]() | ARM DUI0375E | ||
| ||||
Home > Compiler Command-line Options > --restrict, --no_restrict |
Enables and disables the use of the C99 keyword restrict
.
__restrict
and __restrict__
are supported as synonyms for restrict
. These alternative
keywords are always available, regardless of the use of the --restrict
option.restrict
is enabled by default.restrict
is disabled by default.