diff options
| author | Darshit Shah <darnir@gmail.com> | 2014-02-01 10:46:30 +0100 |
|---|---|---|
| committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2014-02-01 11:49:49 +0100 |
| commit | b65b9cb8c5f9e00a4bc35871cda07ea78874f01f (patch) | |
| tree | 964aea1e2a1eb91b17e31acb541c9a1f88fed66a /src/ChangeLog | |
| parent | 593b59c697342d00b7adf03296bf6db05bc2d44a (diff) | |
| download | wget-b65b9cb8c5f9e00a4bc35871cda07ea78874f01f.tar.gz | |
Turn --debug into no-op if compiled without debugging support
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12f2a048..33eb5ed6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2014-01-29 Darshit Shah <darnir@gmail.com> + + * main.c: Remove pre-processor variable WHEN_DEBUG + (option_data[]): Do not fail on --debug even if debug support is not + compiled in. + (main): Explicitly set opt.debug to false in case debugging support was not + compiled. + * init.c (commands[]): Support --debug wven when support is not compiled in. + * options.h: Same + 2014-01-17 Darshit Shah <darnir@gmail.com> * init.c (commands[]): Add --no-config. |
