Skip to content
Snippets Groups Projects
Commit 2889c9ea authored by Richard W.M. Jones's avatar Richard W.M. Jones
Browse files

Ignore warnings about immutable strings.

parent 3acfed62
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
CLEANFILES = *~ *.cmi *.cmo *.cmx *.cma *.cmxa *.o
OCAMLCFLAGS = -g -warn-error CDEFLMPSUVYZX
OCAMLCFLAGS = -g -warn-error CDEFLMPSUVYZX-3
OCAMLCPACKAGES = -package unix,calendar -I $(top_builddir)
OCAMLOPTFLAGS = $(OCAMLCFLAGS)
OCAMLOPTPACKAGES = $(OCAMLCPACKAGES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment