diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/Makefile.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 6ae9ca84a7..52c054372b 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -59,8 +59,8 @@ CAMLDEBUG=COQDEBUGFLAG # Compilation profile flag CAMLTIMEPROF=COQPROFILEFLAG -# Compilation of tools: bytecode (=byte) or native (=opt) -COQTOOLS=COQTOOLSFLAG +# The best compiler: native (=opt) or bytecode (=byte) if no native compiler +BEST=BESTCOMPILER # For Camlp4 use P4=$(COQTOP)/bin/$(ARCH)/call_camlp4 -I $(COQTOP)/src/parsing |
