mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Added -unsafe-string for 4.06
This commit is contained in:
4
Makefile
4
Makefile
@ -7,8 +7,8 @@ RESULT = cpdf
|
|||||||
ANNOTATE = true
|
ANNOTATE = true
|
||||||
PACKS = camlpdf
|
PACKS = camlpdf
|
||||||
|
|
||||||
OCAMLNCFLAGS = -g -w -3 -annot
|
OCAMLNCFLAGS = -g -unsafe-string -w -3 -annot
|
||||||
OCAMLBCFLAGS = -g -w -3 -annot
|
OCAMLBCFLAGS = -g -unsafe-string -w -3 -annot
|
||||||
OCAMLLDFLAGS = -g
|
OCAMLLDFLAGS = -g
|
||||||
|
|
||||||
all : native-code native-code-library byte-code-library top htdoc
|
all : native-code native-code-library byte-code-library top htdoc
|
||||||
|
Reference in New Issue
Block a user