aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-09 17:43:12 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-09 17:43:12 +0100
commitfdbad8894dec9df0294e91aac61ce47d5af609d4 (patch)
tree9606652bb2c7016c6087c6238a06ed756d460293 /Makefile.build
parentc633bb322acf0bb626eafe6158287d1ddc11af26 (diff)
parent2788c86e6a3c089aa7450a7768f8444470e35901 (diff)
Merge branch 'v8.5'
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 ffac80cb8..f4319243c 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