Remove -w3 and fix deprecations

This commit is contained in:
John Whitington
2022-04-09 14:13:12 +02:00
parent 5a41adc5b2
commit cad98fba51
4 changed files with 5 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ PACKS = camlpdf
CFLAGS = -fPIC
OCAMLFLAGS = -bin-annot
OCAMLNCFLAGS = -g -safe-string -w -3
OCAMLBCFLAGS = -g -safe-string -w -3
OCAMLNCFLAGS = -g -safe-string
OCAMLBCFLAGS = -g -safe-string
OCAMLLDFLAGS = -g
all : native-code native-code-library byte-code-library top htdoc