X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libvirt%2FMakefile.in;h=cf614fcd0e03b62070e9541d5188d2862aabd365;hb=380f1e05b244ae4750ca5101b5b5a182dcd0d1fd;hp=f7c04bb6c2d0320901c5e99101aa9bb0d18e10a4;hpb=2e9798be032bf1c8f18c9c05462fd8ba2c5199e9;p=ocaml-libvirt.git diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index f7c04bb..cf614fc 100644 --- a/libvirt/Makefile.in +++ b/libvirt/Makefile.in @@ -31,15 +31,15 @@ OCAMLMKLIB = @OCAMLMKLIB@ ifneq ($(OCAMLFIND),) OCAMLCPACKAGES := -package unix -OCAMLCFLAGS := -g +OCAMLCFLAGS := -g -warn-error CDEFLMPSUVYZX-3 OCAMLCLIBS := -linkpkg else OCAMLCINCS := -OCAMLCFLAGS := -g +OCAMLCFLAGS := -g -warn-error CDEFLMPSUVYZX-3 OCAMLCLIBS := unix.cma endif -OCAMLOPTFLAGS := +OCAMLOPTFLAGS := $(OCAMLCFLAGS) ifneq ($(OCAMLFIND),) OCAMLOPTPACKAGES := $(OCAMLCPACKAGES) OCAMLOPTLIBS := $(OCAMLCLIBS)