From 6c864c975f644e5e4d8ed6da32e8f6b8971f1a33 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 2 Apr 2020 21:21:37 +0100 Subject: Update compcert dependency --- default.nix | 2 ++ lib/CompCert | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 8b2a5ea..faa1d0c 100644 --- a/default.nix +++ b/default.nix @@ -30,4 +30,6 @@ stdenv.mkDerivation { buildInputs = [ ncoq ocamlPackages.menhir dune ocaml ocamlPackages.findlib bbv ]; + + enableParallelBuilding = true; } diff --git a/lib/CompCert b/lib/CompCert index 636dec4..e134692 160000 --- a/lib/CompCert +++ b/lib/CompCert @@ -1 +1 @@ -Subproject commit 636dec4c2dff5c58f7b46d01af896a5f17f6920a +Subproject commit e13469254ced9e4980ee54769d5b8b8729efc850 -- cgit