Skip to content

Commit e49366b

Browse files
sjkellymbauman
andauthored
Update doc/src/manual/command-line-interface.md
Co-authored-by: Matt Bauman <[email protected]>
1 parent bbfd62d commit e49366b

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
|`-g`, `--debug-info={0,1*,2}` |Set the level of debug info generation (level is 2 if `-g` is used without a level) ($)|
196196
|`--inline={yes\|no}` |Control whether inlining is permitted, including overriding `@inline` declarations|
197197
|`--check-bounds={yes\|no\|auto*}` |Emit bounds checks always, never, or respect `@inbounds` declarations ($)|
198-
|`--math-mode={ieee,user}` |Disallow or allow unsafe floating point optimizations (overrides `@fastmath` declaration)|
198+
|`--math-mode={ieee,user}` |Always follow `ieee` floating point semantics or respect `@fastmath` declarations|
199199
|`--code-coverage[={none*\|user\|all}]` |Count executions of source lines (omitting setting is equivalent to `user`)|
200200
|`--code-coverage=@<path>` |Count executions but only in files that fall under the given file path/directory. The `@` prefix is required to select this option. A `@` with no path will track the current directory.|
201201
|`--code-coverage=tracefile.info` |Append coverage information to the LCOV tracefile (filename supports format tokens).|

0 commit comments

Comments
 (0)