We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21762f2 commit 502c039Copy full SHA for 502c039
src/jloptions.c
@@ -129,7 +129,7 @@ static const char opts[] =
129
" (default level is 1 if unspecified or 2 if used without a level)\n"
130
#endif
131
" --inline={yes|no} Control whether inlining is permitted, including overriding @inline declarations\n"
132
- " --check-bounds={yes|no} Emit bounds checks always or never (ignoring declarations)\n"
+ " --check-bounds={yes|no} Emit bounds checks always or never (ignoring @inbounds declarations)\n"
133
#ifdef USE_POLLY
134
" --polly={yes|no} Enable or disable the polyhedral optimizer Polly (overrides @polly declaration)\n"
135
0 commit comments