[Pkg-ocaml-maint-commits] [ocaml] 01/01: ccache does not seem that much quicker for ocaml, but leave the rules in

Ximin Luo infinity0 at debian.org
Mon Jul 17 13:36:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian/experimental
in repository ocaml.

commit 2e10f0290e8b807b088ae08c4bd5dc43ee14e899
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Jul 17 15:36:13 2017 +0200

    ccache does not seem that much quicker for ocaml, but leave the rules in
---
 debian/rules | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6a5fe31..a315242 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ OCAMLMAJOR := 4.05
 OCAMLMINOR := 0
 
 # Use ccache if pkg.ocaml.ccache build-profile is active.
-# Your rebuilds will be *much quicker*.
 ifneq (,$(filter pkg.ocaml.ccache,$(DEB_BUILD_PROFILES)))
 export PATH := /usr/lib/ccache:$(PATH)
 export CCACHE_DIR := $(CURDIR)/debian/ccache

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list