You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/manual/command-line-interface.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ The following is a complete list of command-line switches available when launchi
216
216
|`--output-asm <name>`|Generate an assembly file (.s)|
217
217
|`--output-incremental={yes\|no*}`|Generate an incremental output file (rather than complete)|
218
218
|`--trace-compile={stderr\|name}`|Print precompile statements for methods compiled during execution or save to stderr or a path. Methods that were recompiled are printed in yellow or with a trailing comment if color is not supported|
219
-
|`--trace-compile-timing`|If --trace-compile is enabled show how long each took to compile in ms|
219
+
|`--trace-compile-timing`|If `--trace-compile` is enabled show how long each took to compile in ms|
220
220
|`--trace-dispatch={stderr\|name}`|Print precompile statements for methods dispatched during execution or save to stderr or a path.|
221
221
|`--image-codegen`|Force generate code in imaging mode|
222
222
|`--permalloc-pkgimg={yes\|no*}`|Copy the data section of package images into memory|
0 commit comments