aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-01-31 06:46:36 +0000
committerChristian Grothoff <christian@grothoff.org>2008-01-31 06:46:36 +0000
commitb0d54d559050a08bb9efc66f26133f1953d6a020 (patch)
treec7dbafced94fb657ae871f483b4d8ed2ba588b9a
parent846f757849358f5bf898c6dd12fe96c04c77488e (diff)
downloadlibmicrohttpd-b0d54d559050a08bb9efc66f26133f1953d6a020.tar.gz
libmicrohttpd-b0d54d559050a08bb9efc66f26133f1953d6a020.zip
docs
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f88a51e6..f6f40e4a 100644
--- a/README
+++ b/README
@@ -24,8 +24,8 @@ reporting (and use MHD_USE_DEBUG). Error reporting is not enabled by
24default to reduce the size of the library (error messages take 24default to reduce the size of the library (error messages take
25space!). If you are concerned about space, you should set "CFLAGS" to 25space!). If you are concerned about space, you should set "CFLAGS" to
26"-Os -fomit-frame-pointer" to have gcc generate tight code. The 26"-Os -fomit-frame-pointer" to have gcc generate tight code. The
27resulting binary should be about 27k (on x86). 27resulting binary should be about 25k depending on the platform (I
28 28got 25884 bytes using "-march=pentium4").
29 29
30Portability 30Portability
31=========== 31===========