diff options
| author | herbelin | 2000-11-20 08:48:49 +0000 |
|---|---|---|
| committer | herbelin | 2000-11-20 08:48:49 +0000 |
| commit | 37e66f942b76b5ac4bd950d56200fce76e92314d (patch) | |
| tree | eb3e66e93da609ce87e22937cc461f8bddd54da9 /configure | |
| parent | e478647579d606280441fec05d9eb6e19a0f4743 (diff) | |
Prise en compte camlp4.opt dans la configuration et le Makefile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@874 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ while : ; do arch=$2 shift;; -opt|--opt) bytecamlc=ocamlc.opt + camlp4o=camlp4o # can't add .opt since dyn load'll be required nativecamlc=ocamlopt.opt;; -byte-only|-byteonly|--byteonly|--byte-only) best_compiler=byte;; -debug|--debug) coq_debug_flag=-g;; |
