Skip to content

Commit 479bb48

Browse files
authoredMar 8, 2023
Tweak skip_precompile docs
1 parent 6c79a4f commit 479bb48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docs/src/snoop_pc.md

+4
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ After restarting julia, the `@precompile_all_calls` and `@precompile_setup` work
9191

9292
!!! note
9393
Changing `skip_precompile` may result in a one-time recompilation of all packages that use SnoopPrecompile.
94+
Package developers may wish to set this preference *locally* within the package's environment;
95+
precompilation will be skipped while you're actively developing the project, but not if you use the package
96+
from an external environment. This will also keep the `skip_precompile` setting independent and avoid needless recompilation
97+
of large environments.

0 commit comments

Comments
 (0)
Please sign in to comment.