From 5ea279dbd47d9ef1b87351e4df469aba3310f3f0 Mon Sep 17 00:00:00 2001 From: aspiwack Date: Fri, 11 May 2012 15:11:07 +0000 Subject: Tentative and very experminental support for typerex. Enabled with ./configure -typerex . It causes (non-fatal) errors when compiling files without a .mli (the problem seems to have something to do with the flag -intf-suffix .cmi). In practice, most typerex functionalities don't work well because typerex fails its lookup into files compiled with -rectypes. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15302 85f007b7-540e-0410-9357-904b9bb8a0f7 --- config/Makefile.template | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/Makefile.template b/config/Makefile.template index 91b12cb4f..f406ab6fb 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -83,6 +83,7 @@ CAMLMKTOP="CAMLMKTOPEXEC" # Caml flags CAMLFLAGS=-rectypes CAMLANNOTATEFLAG +TYPEREX=TYPEREXCMD # Compilation debug flags CAMLDEBUG=COQDEBUGFLAG -- cgit v1.2.3