diff options
Diffstat (limited to 'camlp4/ocaml_src/odyl/Makefile')
-rw-r--r-- | camlp4/ocaml_src/odyl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camlp4/ocaml_src/odyl/Makefile b/camlp4/ocaml_src/odyl/Makefile index d165e6923e..cba7ccd913 100644 --- a/camlp4/ocaml_src/odyl/Makefile +++ b/camlp4/ocaml_src/odyl/Makefile @@ -5,7 +5,7 @@ include ../../config/Makefile SHELL=/bin/sh INCLUDES=-I $(OTOP)/otherlibs/dynlink -OCAMLCFLAGS=-warn-error A $(INCLUDES) +OCAMLCFLAGS=-warn-error Ay -w Y $(INCLUDES) LINKFLAGS=$(INCLUDES) OBJS=odyl_config.cmo odyl_main.cmo |