Adds -g to get debug symbols in stubs

This commit is contained in:
John Whitington 2025-05-02 18:47:39 +01:00
parent ded190928f
commit 96acbd0745

View File

@ -19,7 +19,7 @@ RESULT = cpdf
ANNOTATE = true
PACKS = camlpdf
CFLAGS = -fPIC
CFLAGS = -fPIC -g -o2
OCAMLFLAGS = -bin-annot
OCAMLNCFLAGS = -g -safe-string
OCAMLBCFLAGS = -g -safe-string