diff options
| author | Maxime Dénès | 2017-10-05 18:25:20 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-05 18:25:20 +0200 |
| commit | 5f48abba4280773d89095dce442a33c3ab95011d (patch) | |
| tree | 40f8b9efc3b18aa1cb6b940e532edfeda6220d44 /config | |
| parent | 85b1deda0348f1fd32f7019fb1e7bfabd297a751 (diff) | |
| parent | ef5aeafb74e33be6ac5b93a9713a3769f5917bd6 (diff) | |
Merge PR #1059: coq_makefile: make sure compile flags for Coq and coq_makefile are in sync (supersed #1039)…
Diffstat (limited to 'config')
| -rw-r--r-- | config/coq_config.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli index b0f39e9d28..429d8811bd 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 *) |
