From 22c73d14c39a4bfc59c28033cf3a5234b9266708 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 8 Jun 2019 11:22:41 +0200 Subject: [PATCH] remove an old comment --- debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index 2926c95d..a9515e17 100755 --- a/debian/rules +++ b/debian/rules @@ -240,8 +240,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH),$(OCAML_ARCHS))) OCAML_STDLIB_DIR ?= $(shell ocamlc -where) DH_OPTIONS=--with ocaml endif -# Force the deactivation of ocaml until the transition is done -#OCAML_ENABLE=no LIBFUZZER_ENABLE=yes ifeq (,$(filter $(DEB_HOST_ARCH_OS),linux))