From cecfdc25375a96d866ba9071f19a18e37d9a6e8a Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Thu, 16 Nov 2017 13:35:23 +0100 Subject: [PATCH] enable precompilation for Pkg3 --- src/Pkg3.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Pkg3.jl b/src/Pkg3.jl index 393136837d1e6..a4f698b4a7119 100644 --- a/src/Pkg3.jl +++ b/src/Pkg3.jl @@ -1,3 +1,4 @@ +__precompile__(true) module Pkg3 const DEPOTS = [joinpath(homedir(), ".julia")]