diff options
author | Christian Grothoff <christian@grothoff.org> | 2008-01-31 06:32:28 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2008-01-31 06:32:28 +0000 |
commit | ef0beeedf3a068bf22725719018e7324f8afca49 (patch) | |
tree | a26ed5ead05bca654feec1f1bc895e8a0feaa5f0 | |
parent | 72ba3eea6de0f7433f6aa7ac85b7e1110b20e15d (diff) | |
download | libmicrohttpd-ef0beeedf3a068bf22725719018e7324f8afca49.tar.gz libmicrohttpd-ef0beeedf3a068bf22725719018e7324f8afca49.zip |
typo
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ Especially for development, use "--enable-messages" to enable error | |||
23 | reporting (and use MHD_USE_DEBUG). Error reporting is not enabled by | 23 | reporting (and use MHD_USE_DEBUG). Error reporting is not enabled by |
24 | default to reduce the size of the library (error messages take | 24 | default to reduce the size of the library (error messages take |
25 | space!). If you are concerned about space, you should set "CFLAGS" to | 25 | space!). 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 |
27 | resulting binary should be about 25k (on x86). | 27 | resulting binary should be about 25k (on x86). |
28 | 28 | ||
29 | 29 | ||