aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-01-31 06:32:28 +0000
committerChristian Grothoff <christian@grothoff.org>2008-01-31 06:32:28 +0000
commitef0beeedf3a068bf22725719018e7324f8afca49 (patch)
treea26ed5ead05bca654feec1f1bc895e8a0feaa5f0 /README
parent72ba3eea6de0f7433f6aa7ac85b7e1110b20e15d (diff)
downloadlibmicrohttpd-ef0beeedf3a068bf22725719018e7324f8afca49.tar.gz
libmicrohttpd-ef0beeedf3a068bf22725719018e7324f8afca49.zip
typo
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 0401ef81..f9196907 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ Especially for development, use "--enable-messages" to enable error
23reporting (and use MHD_USE_DEBUG). Error reporting is not enabled by 23reporting (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 25k (on x86).
28 28
29 29