Added -unsafe-string for 4.06

This commit is contained in:
John Whitington 2017-10-03 12:19:37 +01:00
parent ddd685b596
commit 4eab7ebdd7
1 changed files with 2 additions and 2 deletions

View File

@ -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