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 43becd7 commit a272e9eCopy full SHA for a272e9e
src/precompile.jl
@@ -2,6 +2,7 @@
2
@setup_workload begin
3
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
4
# precompile file and potentially make loading faster.
5
+ """
6
using Logging
7
@compile_workload begin
8
restart_logging(loglevel = Logging.Warn)
@@ -19,4 +20,5 @@
19
20
end
21
restart_logging(loglevel = Logging.Info)
22
23
24
0 commit comments