libmicrohttpd

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

commit ef0beeedf3a068bf22725719018e7324f8afca49
parent 72ba3eea6de0f7433f6aa7ac85b7e1110b20e15d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 31 Jan 2008 06:32:28 +0000

typo

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -23,7 +23,7 @@ Especially for development, use "--enable-messages" to enable error 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 +"-Os -fomit-frame-pointer" to have gcc generate tight code. The resulting binary should be about 25k (on x86).