summaryrefslogtreecommitdiffstats
path: root/otherlibs/str/Makefile
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2002-01-20 15:12:32 +0000
committerDamien Doligez <damien.doligez-inria.fr>2002-01-20 15:12:32 +0000
commit42f72c769490e9cc6410b239729a177feddd39cf (patch)
tree71b9130ac6e6b5e486472b3b435e0b24e985b5fc /otherlibs/str/Makefile
parent13356e7c5e77472c57da30a4f1cf2833ea842890 (diff)
ajout -warn-error
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4282 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/str/Makefile')
-rw-r--r--otherlibs/str/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/str/Makefile b/otherlibs/str/Makefile
index 0292ceb30..54fc2e66f 100644
--- a/otherlibs/str/Makefile
+++ b/otherlibs/str/Makefile
@@ -22,6 +22,7 @@ CC=$(BYTECC)
CFLAGS=-O -I$(REGEXLIB) -I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
+COMPFLAGS=-warn-error A
REGEXLIB=regex-0.12
COBJS=strstubs.o $(REGEXLIB)/regex.o
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib