From 62ce65dadb0afb8815b26069246832662846c7ec Mon Sep 17 00:00:00 2001 From: mdenes Date: Tue, 22 Jan 2013 14:18:38 +0000 Subject: Revert "remove -rectypes except for term.ml" Preparing landing of the native compiler, which requires -rectypes flag. This reverts commit f975575187d0a19e7cc1afc43459a92eeb12b3f1. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16135 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index cb00667ac..c799254ad 100755 --- a/configure +++ b/configure @@ -1142,7 +1142,7 @@ CAMLLINK="$bytecamlc" CAMLOPTLINK="$nativecamlc" # Caml flags -CAMLFLAGS=$coq_annotate_flag +CAMLFLAGS=-rectypes $coq_annotate_flag TYPEREX=$coq_typerex_wrapper # Compilation debug flags -- cgit v1.2.3