-bin-annot

This commit is contained in:
John Whitington 2019-09-14 17:29:20 +01:00
parent 6892653e22
commit 358a1eb6aa
1 changed files with 4 additions and 4 deletions

View File

@ -7,18 +7,18 @@ RESULT = cpdf
ANNOTATE = true
PACKS = camlpdf
OCAMLNCFLAGS = -g -safe-string -w -3 -annot
OCAMLBCFLAGS = -g -safe-string -w -3 -annot
OCAMLNCFLAGS = -g -bin-annot -safe-string -w -3 -annot
OCAMLBCFLAGS = -g -bin-annot -safe-string -w -3 -annot
OCAMLLDFLAGS = -g
all : native-code native-code-library byte-code-library top htdoc
clean ::
rm -rf doc foo foo2 out.pdf out2.pdf
rm -rf doc foo foo2 out.pdf out2.pdf *.cmt
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \
$(foreach x,$(MODS),$x.cmx)
$(foreach x,$(MODS),$x.cmx) $(foreach x,$(MODS),$x.cmt)
install : libinstall