You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/anj/transpose/doc/manual/modules.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -419,3 +419,9 @@ A few other points to be aware of:
419
419
420
420
4. WeakRef objects and finalizers are not currently handled properly by the serializer
421
421
(this will be fixed in an upcoming release).
422
+
423
+
It is sometimes helpful during module development to turn off incremental precompilation.
424
+
The command line flag ``--compilecache={yes|no}`` enables you to toggle module precompilation on and off.
425
+
When Julia is started with ``--compilecache=no`` the serialized modules in the compile cache are ignored when loading modules and module dependencies.
426
+
``Base.compilecache()`` can still be called manually and it will respect ``__precompile__()`` directives for the module.
427
+
The state of this command line flag is passed to ``Pkg.build()`` to disable automatic precompilation triggering when installing, updating, and explicitly building packages.
0 commit comments