aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2014-10-20 12:33:02 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2014-10-20 12:33:02 +0200
commitc4746b43f5d035d26d1d0c3bb0164f00544889e4 (patch)
tree6f5fc6fd1686fab9951dee026b816cfa0bdb633c /Makefile
parentd37fb8ea9f824278f058b1a01f272335df3645e3 (diff)
downloadcompcert-c4746b43f5d035d26d1d0c3bb0164f00544889e4.tar.gz
compcert-c4746b43f5d035d26d1d0c3bb0164f00544889e4.zip
Deactivated the warning for deprecated features for compilation of cchecklink since it breaks the build with newer ocaml versions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b668724..6ad272a8 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ OCB_OPTIONS=\
OCB_OPTIONS_CHECKLINK=\
$(OCB_OPTIONS) \
-I checklink \
+ -cflags "-w -3" \
-use-ocamlfind
OCB_OPTIONS_CLIGHTGEN=\
$(OCB_OPTIONS) \