Added -unsafe-string for 4.06
This commit is contained in:
parent
ddd685b596
commit
4eab7ebdd7
4
Makefile
4
Makefile
|
@ -7,8 +7,8 @@ RESULT = cpdf
|
|||
ANNOTATE = true
|
||||
PACKS = camlpdf
|
||||
|
||||
OCAMLNCFLAGS = -g -w -3 -annot
|
||||
OCAMLBCFLAGS = -g -w -3 -annot
|
||||
OCAMLNCFLAGS = -g -unsafe-string -w -3 -annot
|
||||
OCAMLBCFLAGS = -g -unsafe-string -w -3 -annot
|
||||
OCAMLLDFLAGS = -g
|
||||
|
||||
all : native-code native-code-library byte-code-library top htdoc
|
||||
|
|
Loading…
Reference in New Issue