From 6aa4c4ee7fb8d2e6bfd0565012ed0b1af1bf6485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Miclu=C8=9Ba-C=C3=A2mpeanu?= Date: Sat, 14 Mar 2020 21:27:32 +0200 Subject: [PATCH] Disable precompile file for now --- src/Plots.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plots.jl b/src/Plots.jl index 831414f6..ded11772 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -229,7 +229,7 @@ end const CURRENT_BACKEND = CurrentBackend(:none) -include("precompile.jl") -_precompile_() +# include("precompile.jl") +# _precompile_() end # module