Skip to content

Commit

Permalink
Documentation changes for option "--compile=min". (#36599)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmahar committed Jul 10, 2020
1 parent 901f1e2 commit eda0ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/man/julia.1
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ Enable or disable color text
Load or save history

.TP
--compile={yes|no|all}
Enable or disable compiler, or request exhaustive compilation
--compile={yes|no|all|min}
Enable or disable compiler, or request exhaustive or minimal compilation

.TP
-C, --cpu-target=<target>
Expand Down
2 changes: 1 addition & 1 deletion src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static const char opts[] =

static const char opts_hidden[] =
// code generation options
" --compile={yes|no|all|min}Enable or disable JIT compiler, or request exhaustive compilation\n"
" --compile={yes|no|all|min}Enable or disable JIT compiler, or request exhaustive or minimal compilation\n"

// compiler output options
" --output-o name Generate an object file (including system image data)\n"
Expand Down

0 comments on commit eda0ea7

Please sign in to comment.