File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ The following is a complete list of command-line switches available when launchi
195
195
| ` -O ` , ` --optimize={0\|1\|2*\|3} ` | Set the optimization level (level is 3 if ` -O ` is used without a level) ($)|
196
196
| ` --min-optlevel={0*\|1\|2\|3} ` | Set the lower bound on per-module optimization|
197
197
| ` -g ` , ` --debug-info={0\|1*\|2} ` | Set the level of debug info generation (level is 2 if ` -g ` is used without a level) ($)|
198
- | ` --inline={yes\|no} ` | Control whether inlining is permitted, including overriding ` @inline ` declarations|
198
+ | ` --inline={yes* \|no} ` | Control whether inlining is permitted, including overriding ` @inline ` declarations|
199
199
| ` --check-bounds={yes\|no\|auto*} ` | Emit bounds checks always, never, or respect ` @inbounds ` declarations ($)|
200
200
| ` --math-mode={ieee\|user*} ` | Always follow ` ieee ` floating point semantics or respect ` @fastmath ` declarations|
201
201
| ` --polly={yes*\|no} ` | Enable or disable the polyhedral optimizer Polly (overrides @polly declaration)|
You can’t perform that action at this time.
0 commit comments