aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJason Gross2020-04-29 18:27:04 -0400
committerJason Gross2020-04-29 18:35:04 -0400
commit8bd559370f51d7cc1877380a5ad726da67ceb0fa (patch)
tree06153261c61b426088714931099f72ccf740aa93 /doc
parent5e611ecb1c38860ee5aaa0ccde1bb982ccc43ae4 (diff)
When TIMED=1, emit timing info for OCaml files
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/12211-time-ocaml.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12211-time-ocaml.rst b/doc/changelog/08-tools/12211-time-ocaml.rst
new file mode 100644
index 0000000000..7ff68cc495
--- /dev/null
+++ b/doc/changelog/08-tools/12211-time-ocaml.rst
@@ -0,0 +1,5 @@
+- **Changed:**
+ When passing ``TIMED=1`` to ``make`` with either Coq's own makefile
+ or a ``coq_makefile``\-made makefile, timing information is now
+ printed for OCaml files as well (`#12211
+ <https://github.com/coq/coq/pull/12211>`_, by Jason Gross).