Skip to content

Commit b0b7d35

Browse files
committed
add some debug output
1 parent 9d9b91c commit b0b7d35

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)