From 2ca3cef4a3f2a08494e17125304ee6c67043704f Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Mon, 27 Dec 2004 12:54:54 +0000 Subject: [PATCH] [ darkhttpd-1.2 release ] --- trunk/Makefile | 2 +- trunk/darkhttpd.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/Makefile b/trunk/Makefile index a8ba069..17ec638 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -3,7 +3,7 @@ # CC?=cc -CFLAGS?=-pipe -O2 +CFLAGS?=-O TARGETS = bsd linux solaris .PHONY: all $(TARGETS) diff --git a/trunk/darkhttpd.c b/trunk/darkhttpd.c index 3453d0a..7e1c965 100644 --- a/trunk/darkhttpd.c +++ b/trunk/darkhttpd.c @@ -16,7 +16,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -static const char pkgname[] = "darkhttpd/1.1"; +static const char pkgname[] = "darkhttpd/1.2"; static const char copyright[] = "copyright (c) 2003, 2004 Emil Mikulic"; static const char rcsid[] = "$Id$"; @@ -25,7 +25,7 @@ static const char rcsid[] = #define NDEBUG static const int debug = 0; #else -static const int debug = 0; +static const int debug = 1; #endif #ifdef __linux