Skip to content

Commit

Permalink
Merge pull request #370 from SciML/precompile_fix
Browse files Browse the repository at this point in the history
removing precompilation
  • Loading branch information
pogudingleb authored Dec 12, 2024
2 parents 43becd7 + e7e8f32 commit a9184c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[default.extend-words]
numer = "numer"
reparametrize = "reparametrize"
reparametrization = "reparametrization"
reparametrized = "reparametrized"
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 a9184c5

Please sign in to comment.