Makie.jl Extensions frequently recompiled

One common problem is that you have something like using Revise in your startup (which load some deps) and change environment afterwards. This can lead to cache miss in precompilation (because some shared deps might be already loaded). Nearly all of my preconpilation gripes where resolved once I startet always invoking Julia with —project=@..

3 Likes