diff options
| author | Pierre-Marie Pédrot | 2018-10-02 08:38:04 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-10-02 08:38:04 +0200 |
| commit | 1bde8c0912ed1129e71ffe20299ac89299492ba5 (patch) | |
| tree | 233f39e5a2b34e78f2b157373a307635b0f632f9 /dev/doc | |
| parent | e53309b2a3c3c1d63b2c5a3cda17765042a9f6c7 (diff) | |
| parent | ef3fa51c12c450781facb61f54f465a77a359f83 (diff) | |
Merge PR #7522: [ocaml] Update required OCaml version to 4.05.0
Diffstat (limited to 'dev/doc')
| -rw-r--r-- | dev/doc/profiling.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/profiling.txt b/dev/doc/profiling.txt index 45766293c7..29e87df6b8 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.3+fp +opam switch 4.05.0+trunk+fp ./configure -local -debug make perf record -g bin/coqtop -compile file.v |
