From 19f15b94ac7503091604300ec69f01f422fa651a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 28 Jul 2011 21:37:36 +0100 Subject: [PATCH] Pass -g option to compiler and linker. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- 1.8.3.1