aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-09-08 23:13:53 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-09-19 14:31:09 +0200
commit0cc07dd290eb85bbb167dae2985cd1e468df882c (patch)
tree11dce67458a4fc042fc7c5f7ac49c1fa4feddf9e /config
parentb1fbec7e3945fe2965f4ba9f80c8c31b821dbce1 (diff)
coq_makefile: make sure compile flags for Coq and coq_makefile are in sync
E.g. -safe-string is set by configure.ml and made available to both make (via config/Makefile) and coq_makefile (via config/coq_config.ml -> lib/envars.ml -> CoqMakefile.in).
Diffstat (limited to 'config')
-rw-r--r--config/coq_config.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
index b0f39e9d2..429d8811b 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -36,6 +36,7 @@ val camlp4compat : string (* compatibility argument to camlp4/5 *)
val coqideincl : string (* arguments for building coqide (e.g. lablgtk) *)
val cflags : string (* arguments passed to gcc *)
+val caml_flags : string (* arguments passed to ocamlc (ie. CAMLFLAGS) *)
val best : string (* byte/opt *)
val arch : string (* architecture *)