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 /ChangeLog | |
parent | 29a94ceb76936b88e74052dcb81fe506145f6ff4 (diff) | |
download | gunmake-3aa2aa7e82ac4c74df298f381c8d1d280cff852e.tar.gz |
[SV 35248] Add --debug "n" flag to turn off current debug options.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2013-09-14 Paul Smith <psmith@gnu.org> + Fix Savannah bug #35248. + + * main.c (decode_debug_flags): Add support for the "n" flag to + disable all debugging. + * make.1: Document the "n" (none) flag. + * doc/make.texi (Options Summary): Ditto. + * NEWS: Ditto. + Fix Savannah bug #33134. Suggested by David Boyce <dsb@boyski.com>. * misc.c (close_stdout): Move to output.c. |