Skip to content

Commit

Permalink
Hard-code a path for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kpamnany committed Sep 28, 2024
1 parent 9d4f6b5 commit c89c448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ JL_DLLEXPORT void jl_init_options(void)
1, // can_inline
JL_OPTIONS_POLLY_ON, // polly
NULL, // trace_compile
NULL, // trace_dispatch
//NULL, // trace_dispatch
"/tmp/julia-dispatch-traces.jl", // trace_dispatch
JL_OPTIONS_FAST_MATH_DEFAULT,
0, // worker
NULL, // cookie
Expand Down

0 comments on commit c89c448

Please sign in to comment.