libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit b0d54d559050a08bb9efc66f26133f1953d6a020
parent 846f757849358f5bf898c6dd12fe96c04c77488e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 31 Jan 2008 06:46:36 +0000

docs

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -24,8 +24,8 @@ reporting (and use MHD_USE_DEBUG). Error reporting is not enabled by default to reduce the size of the library (error messages take space!). If you are concerned about space, you should set "CFLAGS" to "-Os -fomit-frame-pointer" to have gcc generate tight code. The -resulting binary should be about 27k (on x86). - +resulting binary should be about 25k depending on the platform (I +got 25884 bytes using "-march=pentium4"). Portability ===========