Skip to content

Commit

Permalink
removing precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb authored and pogudingleb committed Dec 3, 2024
1 parent 43becd7 commit a272e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@setup_workload begin
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
# precompile file and potentially make loading faster.
"""
using Logging
@compile_workload begin
restart_logging(loglevel = Logging.Warn)
Expand All @@ -19,4 +20,5 @@
end
restart_logging(loglevel = Logging.Info)
end
"""
end

0 comments on commit a272e9e

Please sign in to comment.