diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-14 21:01:10 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-14 21:01:10 -0400 |
commit | 3aa2aa7e82ac4c74df298f381c8d1d280cff852e (patch) | |
tree | 6db0995f7df540c78a6f66a7668a938a77024110 /doc | |
parent | 29a94ceb76936b88e74052dcb81fe506145f6ff4 (diff) | |
download | gunmake-3aa2aa7e82ac4c74df298f381c8d1d280cff852e.tar.gz |
[SV 35248] Add --debug "n" flag to turn off current debug options.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/make.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/make.texi b/doc/make.texi index 975f0b3..169f8fa 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -8595,6 +8595,10 @@ By default, the above messages are not enabled while trying to remake the makefiles. This option enables messages while rebuilding makefiles, too. Note that the @samp{all} option does enable this option. This option also enables @samp{basic} messages. + +@item n (@i{none}) +Disable all debugging currently enabled. If additional debugging +flags are encountered after this they will still take effect. @end table @item -e |