X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=libvirt%2FMakefile.in;h=1eb846b895de98c22ed85f550b8ec8a53601fcb3;hb=c27cacae2abac36e2ae89e3e354ec7b0ba8a70dc;hp=f7c04bb6c2d0320901c5e99101aa9bb0d18e10a4;hpb=2e9798be032bf1c8f18c9c05462fd8ba2c5199e9;p=ocaml-libvirt.git diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index f7c04bb..1eb846b 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 -safe-string OCAMLCLIBS := -linkpkg else OCAMLCINCS := -OCAMLCFLAGS := -g +OCAMLCFLAGS := -g -warn-error CDEFLMPSUVYZX-3 -safe-string OCAMLCLIBS := unix.cma endif -OCAMLOPTFLAGS := +OCAMLOPTFLAGS := $(OCAMLCFLAGS) ifneq ($(OCAMLFIND),) OCAMLOPTPACKAGES := $(OCAMLCPACKAGES) OCAMLOPTLIBS := $(OCAMLCLIBS)