From 4eab7ebdd7807778d663072025a386c06ae96ef4 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 3 Oct 2017 12:19:37 +0100 Subject: [PATCH] Added -unsafe-string for 4.06 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5f718c..52b9eeb 100644 --- a/Makefile +++ b/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