diff options
author | Alain Frisch <alain@frisch.fr> | 2012-05-29 12:15:34 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2012-05-29 12:15:34 +0000 |
commit | 058035059ca5d6c5abbe88eac1384f409103f796 (patch) | |
tree | 84e1ab27bc1069c841028157995ef417590fcc1b /otherlibs/Makefile.shared | |
parent | a0a14c08fa467bc6a40b268f0dbba9568e241e17 (diff) | |
download | ocaml-058035059ca5d6c5abbe88eac1384f409103f796.tar.gz |
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12499 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/Makefile.shared')
-rw-r--r-- | otherlibs/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/Makefile.shared b/otherlibs/Makefile.shared index b101292126..99472596fb 100644 --- a/otherlibs/Makefile.shared +++ b/otherlibs/Makefile.shared @@ -21,7 +21,7 @@ include $(ROOTDIR)/config/Makefile # Compilation options CC=$(BYTECC) CAMLRUN=$(ROOTDIR)/boot/ocamlrun -COMPFLAGS=-w +33..88 -warn-error A -g $(EXTRACAMLFLAGS) +COMPFLAGS=-w +33..38 -warn-error A -g $(EXTRACAMLFLAGS) MKLIB=$(CAMLRUN) $(ROOTDIR)/tools/ocamlmklib # Variables to be defined by individual libraries: |