aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-02-20 16:50:42 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-02-20 16:50:42 +0100
commit858a559331b70e23a3a011e30e5a80a7d4bd7135 (patch)
tree70286985f4f13f9d13d490daba9117985e6e078b /configure.ml
parent0bf85fbc04b448ede279842aec30659c9377969d (diff)
Deprecate -debug flag.
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml
index 9c22c5237..6d96e614d 100644
--- a/configure.ml
+++ b/configure.ml
@@ -336,7 +336,7 @@ let args_options = Arg.align [
"-byteonly", Arg.Set Prefs.byteonly,
" Compiles only bytecode version of Coq";
"-debug", Arg.Set Prefs.debug,
- " Add debugging information in the Coq executables";
+ " Deprecated";
"-nodebug", Arg.Clear Prefs.debug,
" Do not add debugging information in the Coq executables";
"-profile", Arg.Set Prefs.profile,