aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-21 23:20:22 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-21 23:20:22 +0200
commitdf35025b2be4a0dc9aadecc0e3110a21012683cf (patch)
tree651edf043619488ad054b4601bae50d9a337adc7 /dev
parent860b56472ae5ef7312a0a61a250f0a510c1e16b8 (diff)
parentec741e8bb1bdf69f0be4bb6b594560af57f8811c (diff)
Merge PR #7774: [build] Fix checks and notes noting 4.02.1 instead of 4.02.3
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/profiling.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/profiling.txt b/dev/doc/profiling.txt
index 9d2ebf0d4..b5dd8445d 100644
--- a/dev/doc/profiling.txt
+++ b/dev/doc/profiling.txt
@@ -7,7 +7,7 @@ want to profile time or memory consumption. AFAIK, this only works for Linux.
In Coq source folder:
-opam switch 4.02.1+fp
+opam switch 4.02.3+fp
./configure -local -debug
make
perf record -g bin/coqtop -compile file.v