Skip to content

Commit 05dacf5

Browse files
KristofferCRAI CI (GitHub Action Automation)
authored andcommitted
add some debug output
1 parent f6ff2aa commit 05dacf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/generate_precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const HELP_PROMPT = "help?> "
245245

246246
function generate_precompile_statements()
247247
start_time = time_ns()
248-
debug_output = devnull # or stdout
248+
debug_output = stdout
249249
sysimg = Base.unsafe_string(Base.JLOptions().image_file)
250250

251251
# Extract the precompile statements from the precompile file

0 commit comments

Comments
 (0)