mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Remove -w3 and fix deprecations
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user