We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c79a4f commit 479bb48Copy full SHA for 479bb48
docs/src/snoop_pc.md
@@ -91,3 +91,7 @@ After restarting julia, the `@precompile_all_calls` and `@precompile_setup` work
91
92
!!! note
93
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