diff options
author | Pierre Letouzey <pierre.letouzey@inria.fr> | 2017-05-30 18:27:13 +0200 |
---|---|---|
committer | Pierre Letouzey <pierre.letouzey@inria.fr> | 2017-05-30 20:28:49 +0200 |
commit | a6a0c2c437c0b2920096d931fc595c0cf1f30d64 (patch) | |
tree | d0025d040c61282fa72e35e3c92508ba3e0e2a71 /engine | |
parent | 9b175072b04195d612615c68ff379dd09aa06f0f (diff) |
coq_makefile : do not build bytecode versions of plugins by default
make install does not install these *.cm(o|a) files either.
You could always do manually :
- make bytefiles : to build the bytecode *.cm(o|a) files
- make install-byte : to install these files
- make byte : to compile the whole development with the bytecode version
of Coq (this builds the *.cm(o|a) files, but also the .vo via coqc -byte).
Technically, the behavior of make is controlled by the OPT variable,
which could be -byte or -opt. For instance, 'make byte' corresponds to a
'make OPT:=-byte'
Note that coqdep is used with the new option "-dyndep var" : when seeing
a Declare ML Module "foo", "coqdep -dyndep var" does not decide whether to
depend on foo.cma or foo.cmxs, but rather use some Makefile variables such
as foo$(DYNLIB), whose content is later set according to $(OPT)
Diffstat (limited to 'engine')
0 files changed, 0 insertions, 0 deletions