diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2002-01-20 15:12:32 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2002-01-20 15:12:32 +0000 |
commit | 42f72c769490e9cc6410b239729a177feddd39cf (patch) | |
tree | 71b9130ac6e6b5e486472b3b435e0b24e985b5fc /otherlibs/bigarray | |
parent | 13356e7c5e77472c57da30a4f1cf2833ea842890 (diff) |
ajout -warn-error
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4282 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/bigarray')
-rw-r--r-- | otherlibs/bigarray/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/bigarray/Makefile b/otherlibs/bigarray/Makefile index 71d69e47c..49eaf2f14 100644 --- a/otherlibs/bigarray/Makefile +++ b/otherlibs/bigarray/Makefile @@ -20,6 +20,7 @@ CFLAGS=-I../../byterun -g -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS) CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib -I ../unix CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib -I ../unix MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib +COMPFLAGS=-warn-error A C_OBJS=bigarray_stubs.o mmap_unix.o |