Skip to content

Commit a272e9e

Browse files
pogudinglebpogudingleb
pogudingleb
authored and
pogudingleb
committed
removing precompilation
1 parent 43becd7 commit a272e9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/precompile.jl

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@setup_workload begin
33
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
44
# precompile file and potentially make loading faster.
5+
"""
56
using Logging
67
@compile_workload begin
78
restart_logging(loglevel = Logging.Warn)
@@ -19,4 +20,5 @@
1920
end
2021
restart_logging(loglevel = Logging.Info)
2122
end
23+
"""
2224
end

0 commit comments

Comments
 (0)