diff options
| author | filliatr | 2000-11-24 08:20:43 +0000 |
|---|---|---|
| committer | filliatr | 2000-11-24 08:20:43 +0000 |
| commit | f0d9eaa042f47eb5d5c358ae41df185fe5b05bf9 (patch) | |
| tree | b9a54b4f1ab7728cd858a87c38df511396f8aa0b /config | |
| parent | 2e68487cf52e6a853cdd61bce22e7836afdd3821 (diff) | |
- coqc: utilise le meilleur coq possible
- coqc -v réparé
- coqtop: options -byte et -opt
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@940 85f007b7-540e-0410-9357-904b9bb8a0f7
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 b7731b8ab2..d896d6175e 100644 --- a/config/coq_config.mli +++ b/config/coq_config.mli @@ -12,6 +12,7 @@ val camllib : string (* for Dynlink *) val camlp4lib : string (* where is the library of Camlp4 *) +val best : string (* byte/opt *) val arch : string (* architecture *) val osdeplibs : string (* OS dependant link options for ocamlc *) |
