git.annexia.org
/
goaljobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acfed6
)
Ignore warnings about immutable strings.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 17 Jul 2014 14:58:41 +0000
(15:58 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 17 Jul 2014 14:58:41 +0000
(15:58 +0100)
common-rules.mk
patch
|
blob
|
history
diff --git
a/common-rules.mk
b/common-rules.mk
index
812bd62
..
8dd7243
100644
(file)
--- a/
common-rules.mk
+++ b/
common-rules.mk
@@
-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)