Skip to content

Commit

Permalink
Fix description of options to --trace-compile (#36189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Jun 15, 2020
1 parent 5853103 commit a66ee3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ static const char opts_hidden[] =
" --output-bc name Generate LLVM bitcode (.bc)\n"
" --output-asm name Generate an assembly file (.s)\n"
" --output-incremental=no Generate an incremental output file (rather than complete)\n"
" --trace-compile={stdout,stderr}\n"
" Print precompile statements for methods compiled during execution.\n\n"
" --trace-compile={stderr,name}\n"
" Print precompile statements for methods compiled during execution or save to a path\n\n"
;

JL_DLLEXPORT void jl_parse_opts(int *argcp, char ***argvp)
Expand Down

0 comments on commit a66ee3f

Please sign in to comment.