Skip to content

Commit

Permalink
Fix a backport error in PR 187 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpamnany authored Nov 5, 2024
1 parent fc4ae84 commit 8fe069c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ JL_DLLEXPORT void jl_parse_opts(int *argcp, char ***argvp)
{ "inline", required_argument, 0, opt_inline },
{ "polly", required_argument, 0, opt_polly },
{ "trace-compile", required_argument, 0, opt_trace_compile },
{ "trace-compile-timing", no_argument, 0, opt_trace_compile_timing },
{ "trace-dispatch", required_argument, 0, opt_trace_dispatch },
{ "math-mode", required_argument, 0, opt_math_mode },
{ "handle-signals", required_argument, 0, opt_handle_signals },
Expand Down

0 comments on commit 8fe069c

Please sign in to comment.