From: Richard W.M. Jones Date: Thu, 28 Jul 2011 20:37:36 +0000 (+0100) Subject: Pass -g option to compiler and linker. X-Git-Tag: 0.2.0~10 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=19f15b94ac7503091604300ec69f01f422fa651a;p=guestfs-browser.git Pass -g option to compiler and linker. --- diff --git a/Makefile.am b/Makefile.am index df6a721..f77a4b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,7 +117,9 @@ OCAMLCFLAGS = \ -thread \ $(OCAMLPACKAGES) \ -predicates threads -OCAMLOPTFLAGS = $(OCAMLCFLAGS) +OCAMLOPTFLAGS = \ + -ccopt -g \ + $(OCAMLCFLAGS) OCAMLDOCFLAGS = \ $(OCAMLPACKAGES) \ -predicates threads \