diff --git a/support/Makefile.common b/support/Makefile.common index d24d591..8407b06 100644 --- a/support/Makefile.common +++ b/support/Makefile.common @@ -21,17 +21,17 @@ include ../config/Makefile ## Tools from the OCaml distribution CAMLRUN=$(BINDIR)/ocamlrun -CAMLC=$(BINDIR)/ocamlc$(OPT) -CAMLOPT=$(BINDIR)/ocamlopt$(OPT) -CAMLCB=$(BINDIR)/ocamlc -CAMLOPTB=$(BINDIR)/ocamlopt -CAMLCOMP=$(CAMLC) -c -warn-error A-3 +CAMLC=$(BINDIR)/ocamlc$(OPT) -g +CAMLOPT=$(BINDIR)/ocamlopt$(OPT) -g +CAMLCB=$(BINDIR)/ocamlc -g +CAMLOPTB=$(BINDIR)/ocamlopt -g +CAMLCOMP=$(CAMLC) -c -warn-error A-3 -g CAMLYACC=$(BINDIR)/ocamlyacc -v CAMLLEX=$(BINDIR)/ocamllex -CAMLLIBR=$(CAMLC) -a +CAMLLIBR=$(CAMLC) -a -g CAMLDEP=$(BINDIR)/ocamldep COMPFLAGS=-g LINKFLAGS= -CAMLOPTLIBR=$(CAMLOPT) -a -MKLIB=$(BINDIR)/ocamlmklib +CAMLOPTLIBR=$(CAMLOPT) -a -g +MKLIB=$(BINDIR)/ocamlmklib -g CAMLRUNGEN=$(BINDIR)/ocamlrun