We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9b91c commit b0b7d35Copy full SHA for b0b7d35
contrib/generate_precompile.jl
@@ -245,7 +245,7 @@ const HELP_PROMPT = "help?> "
245
246
function generate_precompile_statements()
247
start_time = time_ns()
248
- debug_output = devnull # or stdout
+ debug_output = stdout
249
sysimg = Base.unsafe_string(Base.JLOptions().image_file)
250
251
# Extract the precompile statements from the precompile file
0 commit comments