From: Richard W.M. Jones Date: Mon, 4 Jan 2016 16:48:40 +0000 (-0500) Subject: build: Add -g flag to ocamlopt. X-Git-Tag: v1.0.9~18 X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=commitdiff_plain;h=4a2d0ccd91f07d0a2009e8553a29fcf4cf752ba3 build: Add -g flag to ocamlopt. Modern ocamlopt supports the -g flag fine (very old versions did not). --- diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in index 98e6647..e149b26 100755 --- a/virt-top/Makefile.in +++ b/virt-top/Makefile.in @@ -68,7 +68,7 @@ OCAMLCFLAGS := -g -warn-error A-3 OCAMLCLIBS := -linkpkg OCAMLOPTPACKAGES := $(OCAMLCPACKAGES) -OCAMLOPTFLAGS := -warn-error A-3 +OCAMLOPTFLAGS := $(OCAMLCFLAGS) OCAMLOPTLIBS := $(OCAMLCLIBS) BYTE_TARGETS := virt-top