aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-04-11 15:31:07 +0200
committerGravatar GitHub <noreply@github.com>2017-04-11 15:31:07 +0200
commitc50f62734c6d180561c6a65679daef591d565944 (patch)
tree3fb8dd9a9e074551bde26aea5314e2b44474d34c /INSTALL
parentb5155a6690c9c768182cbedac9d6f61d11df2965 (diff)
Update INSTALL now that -debug is the default.
Also updates the references to debugging documentation.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 4 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 6b49738b8..eacbec299 100644
--- a/INSTALL
+++ b/INSTALL
@@ -168,16 +168,10 @@ INSTALLATION PROCEDURE FOR ADVANCED USERS.
Then compile the sources as described in step 5 above. The resulting
binaries will reside in the subdirectory bin/.
- If you want to compile the sources for debugging (i.e. with the option
- -g of the Caml compiler) then add the -debug option at configuration
- step :
-
- ./configure -debug <other options>
-
- and then compile the sources (step 5). Then you must make a Coq toplevel
- including your own tactics, which must be compiled with -g, with coqmktop.
- See the chapter 16 of the Coq Reference Manual for details about how
- to use coqmktop and the Objective Caml debugger with Coq.
+ Unless you pass the -nodebug option to ./configure, the -g option of the
+ OCaml compiler will be used during compilation to allow debugging.
+ See the debugging file in dev/doc and the chapter 15 of the Coq Reference
+ Manual for details about how to use the OCaml debugger with Coq.
THE AVAILABLE COMMANDS.