Skip to content

Commit 998fff5

Browse files
authored
Add default for inline command line switch (#58230)
Fixes small discrepancy between man page and documentation.
1 parent 963eaa7 commit 998fff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/command-line-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The following is a complete list of command-line switches available when launchi
195195
|`-O`, `--optimize={0\|1\|2*\|3}` |Set the optimization level (level is 3 if `-O` is used without a level) ($)|
196196
|`--min-optlevel={0*\|1\|2\|3}` |Set the lower bound on per-module optimization|
197197
|`-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|
199199
|`--check-bounds={yes\|no\|auto*}` |Emit bounds checks always, never, or respect `@inbounds` declarations ($)|
200200
|`--math-mode={ieee\|user*}` |Always follow `ieee` floating point semantics or respect `@fastmath` declarations|
201201
|`--polly={yes*\|no}` |Enable or disable the polyhedral optimizer Polly (overrides @polly declaration)|

0 commit comments

Comments
 (0)