Mercurial > noffle
diff NEWS @ 101:ce8191c38f44 noffle
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
It now accepts the parameters 'no', 'min' and 'yes', i.e. no compiler-
warnings, minimum compiler-warnings and maximum compiler-warnings.
Default is 'min'. Stable releases should have 'no' as default, IHMO.
* NEWS: Update.
author | uh1763 |
---|---|
date | Mon, 29 May 2000 17:35:01 +0100 |
parents | 694c264a1b15 |
children | 8eb2975c8c1a |
line wrap: on
line diff
--- a/NEWS Fri May 26 10:46:29 2000 +0100 +++ b/NEWS Mon May 29 17:35:01 2000 +0100 @@ -8,6 +8,7 @@ * Observe Expires: and Supersedes: headers. * Added post-locally option and '--post' command line option. * Add getgroups and omitgroups options. + * added ./configure-option '--enable-debug=[no/min/yes]' 1.0pre6 -------