aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-03-07 09:29:29 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-03-07 09:30:32 +0100
commit2f41c0280685615aae03efcdfd1d39941e7c1232 (patch)
tree3f7e39458176d9408402d8f8830155df30f0e277 /Makefile.build
parent32baedf7a3aebb96f7dd2c7d90a1aef40ed93792 (diff)
Re-enable OCaml warnings disabled by mistake as part of e759333.
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 48f448ce8..0f85608f9 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -69,7 +69,7 @@ TIMED= # non-empty will activate a default time command
TIMECMD= # if you prefer a specific time command instead of $(STDTIME)
# e.g. "'time -p'"
-CAMLFLAGS:=${CAMLFLAGS} -w -3
+
# NB: if you want to collect compilation timings of .v and import them
# in a spreadsheet, I suggest something like:
# make TIMED=1 2> timings.csv