aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-01-31 06:33:02 +0000
committerChristian Grothoff <christian@grothoff.org>2008-01-31 06:33:02 +0000
commit846f757849358f5bf898c6dd12fe96c04c77488e (patch)
treeccfc98c45b7247f9c9fdc20595a3d161075601e7 /README
parentef0beeedf3a068bf22725719018e7324f8afca49 (diff)
downloadlibmicrohttpd-846f757849358f5bf898c6dd12fe96c04c77488e.tar.gz
libmicrohttpd-846f757849358f5bf898c6dd12fe96c04c77488e.zip
updates
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f9196907..f88a51e6 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ 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 25k (on x86). 27resulting binary should be about 27k (on x86).
28 28
29 29
30Portability 30Portability